- [Instructor] Let's add Firebase to our Flutter app.…The first thing you need to do…is to create a Firebase project.…Go to consule.firebase.google.com,…click on add project.…You will need to give it a project name,…I'm going to call mine fire notes.…Firebase generates a project ID for us,…we can just use the default.…
We can also use the default locations.…With that, accept the terms and conditions…and create the project.…Since Firebase works with iOS, Android, and web,…we need to decide which one we want to add.…Let's do Android first.…Click add Firebase to your Android app.…The first thing you need to do is to provide a package name,…this need to match the package name that you used…when you created your Flutter app.…
If you don't remember, you can look it up.…Let's do that now.…Open Android studio.…In the project view, go inside the Android folder,…click on app and then open the build.gradle file there.…Scroll up…and look for application ID,…in my case it's on line 26.…
Copy the application ID,…then go back to the Firebase consul…
Released
12/11/2018- What are Flutter and Firebase?
- Creating your first Flutter app
- Adding Firebase to Flutter
- Creating a Firebase project
- Adding Firebase dependencies to Android
- Storing data in Cloud Firestore
Share this video
Embed this video
Video: Create a Firebase project