Hello, Am Paul from Flutter Fairy, am gonna show you how to connect you flutter web app to firebase it quite simple and straightforward. Quick thing: Install flutter…
In these article I will work you through connecting your flutter web app to firebase. And making your first note app with flutter web and firebase as your backend…
So lets get started.
First thing, Install flutter and dive over to the dev, master or beta channel… Then add web support follow these step here
If you re done adding bravo!!!
Now visit https://console.firebase.google.com/
and create your firebase project.
following these steps.
Now run your app; open terminal flutter run -d chrome
Congratulations!!!
Now lets make these more interesting, lets write,read from firestore database…
Enable firestore database…
https://raw.githubusercontent.com/hello-paulvin/flutter-web-note-app/master/lib/main.dart
Copy the code paste on your main.dart file…
Now run your app…
Clone the github project here https://github.com/hello-paulvin/flutter-web-note-app