Firestore in a Nutshell
Intro
This post is part of a series of posts with notes as I’m studying for Google’s Professional Data Engineer Certification.
This particular post covers Firestore in a nutshell.
Disclaimer
Please read this disclaimer.
Firestore
- Similar to mongodb
- Store data as documents
- Rare to migrate to Bigtable (unlike Cloud SQL which may migrate to Spanner eventually)
- Web devs. like it and it has easy integration for web/mobile use-cases