Flutter and Firebase work hand-in-hand to help you build mobile apps in record time . Flutter is Google’s SDK for building mobile apps for iOS and Android. Firebase gives you access to backend services for mobile applications—including authentication, storage, database, and hosting—without maintaining your own servers.
Read moreDo I need Firebase for Flutter?
Note: All Flutter-Firebase apps, both Apple and Android versions, require the firebase_core plugin for Flutter . Add the FlutterFire plugins for the Firebase products that you want to use in your app. Run flutter packages get .
Read more