Cloud_Firestore_CRUD_Tutorials
About
This is the source code for videos in the Python Firebase Cloud Firestore CRUD series: https://www.youtube.com/playlist?list=PLs3IFJPw3G9LW-rGJ8EBMaCd8OxGm_qQe
Tutorial by Youtube channel: Code First
Channel: youtube.com/CodeFirstio
Email: code.first.io@gmail.com
You can ask me questions or just drop a line!
What does this code do?
Through this tutorial, you will learn how to:
- Create a Firebase project
- Initialize a Firebase app with Python
- Use the Firebase Admin SDK
- Insert data into the Cloud Firestore
- Update data in the Cloud Firestore
- Delete data from the Cloud Firestore
- Query the Cloud Firestore
Requirements
Firebase Admin SDK is required. Install it with pip install firebase_admin
On this page
Contributors
Created October 13, 2022
Updated October 13, 2022