Skip to content

Commit

Permalink
Update sample.py
Browse files Browse the repository at this point in the history
path updated in python also
  • Loading branch information
katmakhan committed Aug 17, 2022
1 parent e4ef227 commit 744b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cloud Database/Database - Firebase/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from firebase_admin import credentials
from firebase_admin import db

cred = credentials.Certificate("/firebase-admin-key.json")
cred = credentials.Certificate("./firebase-admin-key.json")


print("initilising firebase app")
Expand Down

0 comments on commit 744b0f9

Please sign in to comment.