- [Narrator] To set up Cloud Firestore,…go to console.firebase.google.com.…Choose your project,…then select develop on the left-hand side.…Inside, go to database.…Click on Create Database under Cloud Firestore.…The first thing we need to do…is to set the security rules.…
Since we're testing right now, we will…choose test mode.…You may want to change that when you make…your app public.…Click enable.…After the database is created,…we are shown the viewer.…Here, we can take a look at how our…database looks like.…Right now, there is nothing,…so let's create a new collection…and a document inside.…Click on Add Collection.…
Let's call it Notes.…Press Next.…After we have created a collection,…we are asked to create a first document.…I'm going to call this document Quick.…This is just a name that we'll be using…to address this particular note.…And inside, you can add multiple fields.…I'm going to add the field Content and…leave it as a strain.…For Value I'm going to put Created on the Web.…
You can add more fields.…For example, you can add a tag, you can…
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: Set up Cloud Firestore