mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:55:37 +02:00
flutterfire-configure: add page (#16831)
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
4e9d1fe60b
commit
4f9e037b15
1 changed files with 17 additions and 0 deletions
17
pages/common/flutterfire.md
Normal file
17
pages/common/flutterfire.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# flutterfire
|
||||
|
||||
> Configure a Firebase project for your Flutter app.
|
||||
> Note: Requires Firebase CLI and FlutterFire CLI to be installed.
|
||||
> More information: <https://firebase.google.com/docs/flutter/setup>.
|
||||
|
||||
- Initialize and configure Firebase for your current Flutter app:
|
||||
|
||||
`flutterfire configure`
|
||||
|
||||
- Specify platforms (iOS, Android, web) to support:
|
||||
|
||||
`flutterfire configure --platforms {{ios,android,...}}`
|
||||
|
||||
- Use a specific Firebase project:
|
||||
|
||||
`flutterfire configure --project {{project_id}}`
|
Loading…
Add table
Reference in a new issue