i am doing some testing with firestore. I am wondering how i can get the values from each individual variable in a document in firebase and store it in separate variables.
i have followed some tutorials but all they have shown is how to see the whole document:
result = db.collection('Doinkulator').document("DoinkulatorData").get()
print(result.to_dict())
with this at the output
{'HvorMyeForEtt': 0, 'kjopt': 1, 'HvorMye': 3, 'HvemHarMed': 'knut'}