mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 09:35:23 +02:00
17 lines
493 B
Markdown
17 lines
493 B
Markdown
# 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}}`
|