AhmadApriliyanto23 / Berandaku

Docs
0 stars 0 forks source link

How to configure firebase to flutter in windows [Flutter] #35

Open AhmadApriliyanto23 opened 7 months ago

AhmadApriliyanto23 commented 7 months ago
  1. open terminal android studio run npm install -g firebase-tools if you have error like check yuour environvement. open environement add C:\Users\<username>\AppData\Local\Pub\Cache\bin restart windows

  2. on the terminal again run dart pub global activate flutterfire_cli

  3. flutterfire configure --project=<project-name>

AhmadApriliyanto23 commented 7 months ago

if you store project to github you have ignore 2 file /android/app/google-services.json & /lib/firebase_options.dart beacause this is credential

rudramistry001 commented 7 months ago

open terminal android studio run npm install -g firebase-tools if you have error like check yuour environvement. open environement add C:\Users\\AppData\Local\Pub\Cache\bin restart windows

on the terminal again run dart pub global activate flutterfire_cli

flutterfire configure --project=