when I was trying to add Firebase to my Flutter project, I noticed there is a Flutter option along side with other platform options, (the last option in the photo)
Also this is what it takes you to when clicking on it
So, I've been wondering if this method is an alternative for adding Firebase to Flutter App the old way (IOS and Android separately)?
CodePudding user response:
Yup, sort of.
The process that the console guides you through, uses the FlutterFire CLI to create those apps rather than you creating them manually in the Firebase console. The end result is indeed that you have an app descriptor for each platform that you target in your Flutter app, which may be more than just iOS and Android these days.