File size: 478 Bytes
c8c7a9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# import firebase_admin
# from firebase_admin import credentials, firestore
# import os

# credPath = os.path.join("services","firebase_credentials.json")
# # Path to your Firebase credentials JSON file
# cred = credentials.Certificate(credPath)

# # Initialize the Firebase app with storageBucket
# firebase_admin.initialize_app(cred, {
#     'storageBucket': 'verbisense.appspot.com'  # Replace with your bucket name
# })

# # Initialize Firestore DB
# db = firestore.client()