You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Instead of passing `--token` you can set `FLUTTERFLOW_API_TOKEN` environment variable.
18
20
* Instead of passing `--project` you can set `FLUTTERFLOW_PROJECT` environment variable.
19
21
20
-
## Flags
22
+
###Flags
21
23
22
24
| Flag | Abbreviation | Usage |
23
25
| ----------- | ----------- | ----------- |
@@ -30,6 +32,27 @@ API access is available only to users with active subscriptions. Visit https://a
30
32
|`--[no-]parent-folder`| None |[Optional] Whether to download code into a project-named sub-folder. If true, downloads all project files directly to the specified directory. Defaults to `true`. |
31
33
|`--[no-]as-module`| None |[Optional] Whether to generate the project as a Flutter module |
32
34
35
+
## Deploy Firebase
36
+
37
+
### Prerequisites
38
+
39
+
`npm` and `firebase-tools` must be installed in order to deploy to Firebase. You can follow the instructions at https://firebase.google.com/docs/cli#install_the_firebase_cli.
0 commit comments