Launch Android Studio and create a new Flutter project.
Read moreHow do you insert data in firebase Realtime Database in flutter?
Step by Step Process
Read moreHow do I read firebase database in flutter?
To read the data once, call the once method on a DatabaseReference :
Read moreHow do I use Realtime Database firebase 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 more