Essentials for Working With Firestore in Python

Learn to manage your Firebase app data in Python

Lynn G. Kwong
Towards Data Science
11 min readNov 16, 2022

--

Image by kreatikar on Pixabay

Provided by Firebase and Google Cloud, Firestore is a popular NoSQL cloud database for mobile and web applications. Like MongoDB, Firestores store data in documents containing fields mapping to values. The documents are organized into collections that correspond to tables in relational databases.

--

--

I’m a Software Developer (https://medium.com/@lynn-kwong) keen on sharing thoughts, tutorials, and solutions for the best practice of software development.