I have the following query:
firestore() .collection(\'users\') .doc(userId) .onSnapshot(doc => setUser(doc.data())) .once(() => { // Do some