From the course: Angular: Cloud-Powered Apps with Firebase
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Cloud Firestore setup
From the course: Angular: Cloud-Powered Apps with Firebase
Cloud Firestore setup
- [Narrator] In this particular chapter, we will be setting up a users collection and also allow the user to update their profile data. Now, when using email and password authentication in Firebase, that data is actually securely stored separately. A major reason is of course, to prevent any accidental user leaks and also allow complete flexibility with how we store our user data in Firebase. This means that it is impossible currently to retrieve a list of users, nor can we request from Firebase authentication the data for a particular user. We will be creating our own users collection in Cloud Firestore, where users will update their profile data. Let's first start by cleaning up any test users. Heading over to the authentication tab, can go ahead and delete this test user. Now we can go ahead to the database tab and we will create a new database. We will leave it in locked mode. Currently any read or writes will be…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.