mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
final fixes
This commit is contained in:
parent
6f0ada7025
commit
a02ba5d3d4
@ -51,7 +51,9 @@ def generate_team_report(team):
|
|||||||
|
|
||||||
credential = credentials.Certificate('keys/firebasekey.json')
|
credential = credentials.Certificate('keys/firebasekey.json')
|
||||||
|
|
||||||
db = firestore.Client(project="titanscoutandroid", credentials=credential)
|
firebase_admin.initialize_app(credential)
|
||||||
|
|
||||||
|
db = firestore.Client()
|
||||||
teams_ref = db.collection(u'data').document(u'team-2022').collection(u'Central 2019')
|
teams_ref = db.collection(u'data').document(u'team-2022').collection(u'Central 2019')
|
||||||
teams = teams_ref.get()
|
teams = teams_ref.get()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user