Skip to main content

JSoftwareLabs Utils for Firebase

Project description

firebaseutils

This is a simple firebase related utils developed by JSoftwareLabs.

Example Usage

Initialize the utils class:

from jslfirebaseutils.cloudstore.cloud_store_utils import JslFirebaseUtil

# initialize the firebase utils class

jslFirebaseUtilObject = JslFirebaseUtil(
	'path to your json file credentials from firebase')
jslFirebaseUtilObject.delete_document_collection_with_contains(collection_name=u'collection name',
															   string_contains='any string which is present in your document collection')

jslFirebaseUtilObject.clear_all_collection(collection_name=u'myvaultlogsprod')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jslfirebaseutil-1.0.6.tar.gz (3.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page