995
I am able to get the object values from firestore but how to get the key name?
firestore() .collection('collection') .doc('document') .onSnapshot(function(snapshot) { const id = snapshot.id! });