A deep dive into Firebase, a cloud service from Google that lets you build powerful apps by just using HTML, CSS and JavaScript without a backend. This course covers Authentication, Cloud Firestore and Security Rules.
- How to setup Firebase
- Authentication
- Email and password auth
- Google auth
- Sign in/out
- Cloud Firestore
- Adding data to a db
- Fetching data
- Updating data in realtime
- Security Rules
- Functions in Security Rules
- Queries
- Updating documents
- Deleting documents