Member-only story

Flutter: create a Firebase project

Nhan Cao
3 min readJun 27, 2020

Create a Firebase project

  • Keep the rest with a default setting for Step 2 and 3

After a minute or so, your Firebase project will be ready. Click Continue.

Get started by adding Firebase to your app

Configure iOS

  • Click the iOS button under “Get started by adding Firebase to your app”.
  • Fill iOS bundle ID -> Register
  • Next step, download GoogleService-Info.plist file
  • Open ios/Runner.xcworkspace -> Drag & Drop GoogleService-Info.plist file to ios/Runner/

--

--

No responses yet