You are on page 1of 1

// Install firease tool

npm install -g firebase-tools

// add your firease account and it automatic create your project:


firebase login
// Create project or just add to already created flutter app:

// Run the `configure` command, select a Firebase project and platforms


flutterfire configure
// Important instlal core : into project root dir
flutter pub add firebase_core

You might also like