Flutter - Firebase Connection to Flutter App
Flutter - Firebase Connection to Flutter App Create a project: flutter create --org com.name appname Install Node.js in your system: https://nodejs.org/en Open Cmd and install: npm install -g firebase-tools Install Firebase CLI: https://firebase.google.com/docs/cli#install-cli-windows Copy and past the .exe file in your project run the .exe file type the command to login firebase: firebase login Create a firebase project in the login account Run the 2 command in your firebase-cli.exe Command prompt: dart pub global activate flutterfire_cli flutterfire configure --project= <projectID> ---------------------------------------THE END------------------------------------------