Skip to content

Commit 93c0d8d

Browse files
author
matthias_schaub
committed
Remove comment
1 parent 5d26b0b commit 93c0d8d

File tree

1 file changed

+1
-2
lines changed
  • mapswipe_workers/mapswipe_workers

1 file changed

+1
-2
lines changed

mapswipe_workers/mapswipe_workers/auth.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ def firebaseDB() -> object:
3636
except ValueError:
3737
databaseURL = f"https://{FIREBASE_DB}.firebaseio.com"
3838
# Initialize the app.
39-
# Credentials will be retrieved from one of following environment variables:
39+
# Credentials will be retrieved from of following environment variable:
4040
# GOOGLE_APPLICATION_CREDENTIALS (Path to service account key in json format)
41-
# FIREBASE_CONFIG (Service account key as json)
4241
firebase_admin.initialize_app(options={"databaseURL": databaseURL})
4342
# Return the imported Firebase Realtime Database module
4443
return db

0 commit comments

Comments
 (0)