Firebase Project Setup

Once you have created a Firebase project, you need to set it up in your Android Studio project

You need to go to Android Studio (Your project) -> Terminal and enter this code

flutterfire configure

If you have multiple Firebase accounts then you should enter this code

flutterfire configure --account stylemix@stylemix.net

Select your project and press "Enter"

Select the platforms you need, in our case it is Android and IOS

Then press "Enter"

Last updated