@@ -81,7 +81,7 @@ Expected output artifact is
8181### Building for certain library
8282
8383``` 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>
8585```
8686
8787> ** 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
103103And then run:
104104
105105``` 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>
107107```
108108
109109### Packaging tgz
110110
111111With the same assets_zip_dir, we can run:
112112
113113``` 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
115115```
116116
117117### Packing for certain library
118118
119119If 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:
120120
121121``` 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>
123123```
124124
125125## Including in Project
@@ -139,4 +139,4 @@ The contents of this repository is licensed under the
139139[ Apache License, version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
140140
141141Your 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