Mark Kinsey

Results 2 comments of Mark Kinsey

:) yes, i could do that, but i not a react expert so it's unlikely to happen anytime soon

I'm having the same issue with firebase. (exact same code works fine with node) Code snippet: ``` const db = getFirestore(app); console.log(db); const ref = db.collection('xyzzy').limit(10); ref.onSnapshot((snapshot) => { snapshot.docs.forEach((doc)...