Metadata-Version: 2.1
Name: jslfirebaseutil
Version: 1.0.6
Summary: JSoftwareLabs Utils for Firebase
Home-page: https://github.com/JSoftwareLabs/JSLFireBaseUtils
Author: JSoftwareLabs.com
Author-email: info@jsoftwarelabs.com
License: MIT
Download-URL: https://github.com/JSoftwareLabs/JSLFireBaseUtils/archive/refs/tags/V1_0_6.tar.gz
Description: # firebaseutils
        
        This is a simple firebase related utils developed by JSoftwareLabs.
        
        # Example Usage
        
        Initialize the utils class:
        
        ```python
        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')
        
        ```
        
        
        
Keywords: Firebase,JSoftwareLabs,Cloudstore,Firestore,Firebase Utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
