Hello I want to use python and firebase but I want to use cloud firestore but I can not find way to do it can help me in this thank you very much.
2
-
The documentation has samples for all supported platforms, including Python: firebase.google.com/docs/firestore/quickstart. If you're having trouble getting that to work, edit your question to include the minimal, complete/standalone that reproduces where you got stuck.Frank van Puffelen– Frank van Puffelen2020-06-17 14:57:35 +00:00Commented Jun 17, 2020 at 14:57
-
@ GOMES0802, did you try the quickstart?Jan Hernandez– Jan Hernandez2020-06-22 14:12:22 +00:00Commented Jun 22, 2020 at 14:12
Add a comment
|
1 Answer
Start by installing firebase-admin https://pypi.org/project/firebase-admin/ and following the tutorial from here: https://firebase.google.com/docs/firestore/quickstart. You can fully control your Firestore DB with the python admin SDK.