Spaces:
Runtime error
Runtime error
Update fire.py
Browse files
fire.py
CHANGED
|
@@ -5,7 +5,7 @@ from firebase_admin import firestore
|
|
| 5 |
|
| 6 |
#initialte the app
|
| 7 |
# Use the private key file of the service account directly.
|
| 8 |
-
cred = credentials.Certificate("
|
| 9 |
app = firebase_admin.initialize_app(cred)
|
| 10 |
firestore_client = firestore.client()
|
| 11 |
|
|
|
|
| 5 |
|
| 6 |
#initialte the app
|
| 7 |
# Use the private key file of the service account directly.
|
| 8 |
+
cred = credentials.Certificate("./aiml-iit-ropar-56bc742ad36f.json")
|
| 9 |
app = firebase_admin.initialize_app(cred)
|
| 10 |
firestore_client = firestore.client()
|
| 11 |
|