NCTCMumbai commited on
Commit
7658f31
1 Parent(s): cf4829d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ template_html = env.get_template('template_html.j2')
33
  service_account_key='firebase.json'
34
  # Create a Certificate object from the service account info
35
  cred = credentials.Certificate(service_account_key)
36
- # Initialize the Firebase Admin SDK
37
  firebase_admin.initialize_app(cred)
38
 
39
  # # Create a reference to the Firestore database
 
33
  service_account_key='firebase.json'
34
  # Create a Certificate object from the service account info
35
  cred = credentials.Certificate(service_account_key)
36
+ # Initialize the Firebase Admin
37
  firebase_admin.initialize_app(cred)
38
 
39
  # # Create a reference to the Firestore database