Dearsawan commited on
Commit
86c9bc1
·
verified ·
1 Parent(s): 60a49af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ from firebase_admin import credentials, firestore
5
  import matplotlib.pyplot as plt
6
  import seaborn as sns
7
 
8
- # Initialize Firebase
9
- cred = credentials.Certificate('path/to/your/firebase/credentials.json')
10
  firebase_admin.initialize_app(cred)
11
 
12
  # Connect to Firestore
 
5
  import matplotlib.pyplot as plt
6
  import seaborn as sns
7
 
8
+ # Path to Firebase credentials file
9
+ cred = credentials.Certificate('firebase_credentials/your-credentials-file.json')
10
  firebase_admin.initialize_app(cred)
11
 
12
  # Connect to Firestore