mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 18:49:22 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/flutterfire
Normal file
22
tldr/flutterfire
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user