Rohit001 commited on
Commit
16b6642
1 Parent(s): 1a619ea

Update fire.py

Browse files
Files changed (1) hide show
  1. fire.py +1 -1
fire.py CHANGED
@@ -5,7 +5,7 @@ from firebase_admin import firestore
5
 
6
  #initialte the app
7
  # Use the private key file of the service account directly.
8
- cred = credentials.Certificate("C://Users//ROHIT//Desktop//finals//frontend//aiml-iit-ropar-56bc742ad36f.json")
9
  app = firebase_admin.initialize_app(cred)
10
  firestore_client = firestore.client()
11
 
 
5
 
6
  #initialte the app
7
  # Use the private key file of the service account directly.
8
+ cred = credentials.Certificate("./aiml-iit-ropar-56bc742ad36f.json")
9
  app = firebase_admin.initialize_app(cred)
10
  firestore_client = firestore.client()
11