merge denovix result and hemocube data
This commit is contained in:
@@ -9,7 +9,7 @@ import sys
|
||||
|
||||
# Initialize Firebase Admin SDK
|
||||
# cred = credentials.Certificate(r'C:\Users\smila\PycharmProjects\pythonProject\hpos-af3cc-firebase-adminsdk-n261k-2bfd463ec0.json') # Replace with your own service account key path
|
||||
cred = credentials.Certificate(r'/Users/apple/Downloads/work/pythonProject-master/hpos-prod-firebase-adminsdk-bionp-3c041b2300.json') # Replace with your own service account key path
|
||||
cred = credentials.Certificate(os.getcwd() + '/keys/hpos-prod-firebase-adminsdk-bionp-3c041b2300.json') # Replace with your own service account key path
|
||||
firebase_admin.initialize_app(cred)
|
||||
|
||||
# Get a reference to the Firestore database
|
||||
@@ -27,7 +27,6 @@ patient_docs = query.stream()
|
||||
# Prepare data to store in CSV
|
||||
data = []
|
||||
for patient_doc in patient_docs:
|
||||
print(patient_doc)
|
||||
patient_data = patient_doc.to_dict()
|
||||
# patient_id = patient_data["_id"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user