Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ from firebase_admin import credentials, db
|
|
20 |
from google.cloud import storage
|
21 |
|
22 |
# Update the path below to your Firebase service account key JSON file
|
23 |
-
SERVICE_ACCOUNT_KEY = "
|
24 |
|
25 |
# Initialize Firebase Admin for Realtime Database
|
26 |
cred = credentials.Certificate(SERVICE_ACCOUNT_KEY)
|
|
|
20 |
from google.cloud import storage
|
21 |
|
22 |
# Update the path below to your Firebase service account key JSON file
|
23 |
+
SERVICE_ACCOUNT_KEY = "serviceAccountKey.json" # <-- update this!
|
24 |
|
25 |
# Initialize Firebase Admin for Realtime Database
|
26 |
cred = credentials.Certificate(SERVICE_ACCOUNT_KEY)
|