What happened Firebase-core?
firebase-core is no longer listed as a required dependency in the Android getting started guide and was removed from the list of available libraries . Now adding firebase-analytics to your app is optional in the getting started guide.
Read moreIs Firebase-core required?
The Firebase Android library firebase-core is no longer needed . This SDK included the Firebase SDK for Google Analytics. Now, to use Analytics or a product that recommends adding Analytics (see table below), you need to explicitly declare the Analytics dependency: com. google.
Read moreHow do I use Firebase storage in Flutter?
Using Firebase Storage in Flutter
Read moreHow do I use Firebase realtime database in Flutter?
Before you can use any of Google’s cloud services, you have to set up a project on the Firebase Console. Then you can create your Realtime Database and manage it directly from the console. Go to the Firebase Console and click Create a project. Then name your project RayChat and click Continue .
Read moreWhat is Firebase core?
The firebase_core plugin is responsible for connecting your Flutter app to your Firebase project . The plugin must be installed and initialized before the usage of any other FlutterFire plugins.
Read more