@@ -81,7 +81,7 @@ Expected output artifact is
81
81
### Building for certain library
82
82
83
83
``` bash
84
- python scripts/build_scripts/build_zips.py —- platform=< target platform> --targets=< lib1> -– targets=< lib2>
84
+ python scripts/build_scripts/build_zips.py -- platform=< target platform> --targets=< lib1> -- targets=< lib2>
85
85
```
86
86
87
87
> ** Note:** Supported library names: analytics, auth, crashlytics, database, dynamic_links, firestore, functions, installations, messaging, remote_config, storage
@@ -103,23 +103,23 @@ Copy the zip file for each platforms to one folder, referred to as assets_zip_di
103
103
And then run:
104
104
105
105
``` bash
106
- python scripts/build_scripts/build_package.py --zip_dir=< assets_zip_dir> – output=< output dir>
106
+ python scripts/build_scripts/build_package.py --zip_dir=< assets_zip_dir> -- output=< output dir>
107
107
```
108
108
109
109
### Packaging tgz
110
110
111
111
With the same assets_zip_dir, we can run:
112
112
113
113
``` bash
114
- python scripts/build_scripts/build_package.py --zip_dir=< assets_zip_dir> – output=< output dir> --output_upm=True
114
+ python scripts/build_scripts/build_package.py --zip_dir=< assets_zip_dir> -- output=< output dir> --output_upm=True
115
115
```
116
116
117
117
### Packing for certain library
118
118
119
119
If we build only certain subset of the libraries like in [ Building for certain library] ( #building-for-certain-library ) , we can copy the built artifacts into assets_zip_dir, and then run:
120
120
121
121
``` bash
122
- python scripts/build_scripts/build_package.py --zip_dir=< assets_zip_dir> -– output=< output dir> --apis=< lib1,lib2>
122
+ python scripts/build_scripts/build_package.py --zip_dir=< assets_zip_dir> -- output=< output dir> --apis=< lib1,lib2>
123
123
```
124
124
125
125
## Including in Project
@@ -139,4 +139,4 @@ The contents of this repository is licensed under the
139
139
[ Apache License, version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
140
140
141
141
Your use of Firebase is governed by the
142
- [ Terms of Service for Firebase Services] ( https://firebase.google.com/terms/ ) .
142
+ [ Terms of Service for Firebase Services] ( https://firebase.google.com/terms/ ) .
0 commit comments