We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d26b0b commit 93c0d8dCopy full SHA for 93c0d8d
mapswipe_workers/mapswipe_workers/auth.py
@@ -36,9 +36,8 @@ def firebaseDB() -> object:
36
except ValueError:
37
databaseURL = f"https://{FIREBASE_DB}.firebaseio.com"
38
# Initialize the app.
39
- # Credentials will be retrieved from one of following environment variables:
+ # Credentials will be retrieved from of following environment variable:
40
# GOOGLE_APPLICATION_CREDENTIALS (Path to service account key in json format)
41
- # FIREBASE_CONFIG (Service account key as json)
42
firebase_admin.initialize_app(options={"databaseURL": databaseURL})
43
# Return the imported Firebase Realtime Database module
44
return db
0 commit comments