1
0
Fork 0
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:
Abdulsalaam Noibi 2025-06-15 07:48:05 +01:00 committed by GitHub
parent 4e9d1fe60b
commit 4f9e037b15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`