Added delete option to database storage.

This commit is contained in:
Batuhan Berk Başoğlu 2020-10-12 12:10:01 -04:00
parent 308604a33c
commit 963b5bc68b
1868 changed files with 192402 additions and 13278 deletions

View file

@ -0,0 +1,27 @@
Metadata-Version: 2.1
Name: firebase-admin
Version: 4.4.0
Summary: Firebase Admin Python SDK
Home-page: https://firebase.google.com/docs/admin/setup/
Author: Firebase
License: Apache License 2.0
Keywords: firebase cloud development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5
Requires-Dist: cachecontrol (>=0.12.6)
Requires-Dist: google-api-python-client (>=1.7.8)
Requires-Dist: google-cloud-storage (>=1.18.0)
Requires-Dist: google-api-core[grpc] (<2.0.0dev,>=1.14.0) ; platform_python_implementation != "PyPy"
Requires-Dist: google-cloud-firestore (>=1.4.0) ; platform_python_implementation != "PyPy"
The Firebase Admin Python SDK enables server-side (backend) Python developers to integrate Firebase into their services and applications.