NTAMBARA Etienne commited on
Commit
dbd8adf
·
1 Parent(s): 5262f1e

Changes Made Keys p3

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -10,8 +10,10 @@ from firebase_admin import storage
10
 
11
  # Initialize Firebase
12
  cred = credentials.Certificate("serviceAccountKey.json") # Update with your credentials path
13
- firebase_admin.initialize_app(cred, {
14
- 'storageBucket': 'faceantendancerealtime.appspot.com'
 
 
15
  })
16
  bucket = storage.bucket()
17
 
 
10
 
11
  # Initialize Firebase
12
  cred = credentials.Certificate("serviceAccountKey.json") # Update with your credentials path
13
+ firebase_admin.initialize_app(cred,{
14
+ 'databaseURL': 'https://faceantendancerealtime-default-rtdb.firebaseio.com/', #From Real time database link
15
+ 'storageBucket': 'faceantendancerealtime.appspot.com' #from storage link (except https://)
16
+
17
  })
18
  bucket = storage.bucket()
19