Ehsan

Results 131 comments of Ehsan

Simply calling `db.collection("users").document(uid).addSnapshotListener { ...` does not reproduce the issue. To be able to investigate further, we'd need a reproduction repo.

Thanks for clarifying. That's very strange. I'll close this. Feel free to reopen if it reoccurs or you're able to reproduce it.

Thanks for reporting @FBukovina. Your application seems to be doing a simple `getDocument` call and getting an UNAVAILABLE response https://github.com/firebase/firebase-ios-sdk/blob/b91dfda0264195cfa47c0dea3b08f2184327c4d0/Firestore/core/src/api/document_reference.cc#L156-L158 Are you consistently getting this error?

>So I should this to my code? No, I was just highlighting the fact that the error you're seeing is a result of getting an "unavailable" error code. Are you...

Hi @FBukovina , - Are you able to perform any Firestore operation? - Do Firestore operations succeed if you target the Firestore emulaator? - Do your security rules allow access...

By Firestore operation, I mean reads, writes, updates, and deletes.

Thanks for reporting @JarnoRFB . I'll see if I can reproduce it.

Hi @JarnoRFB , Unfortunately we haven't made any progress on this yet. I can't provide a specific timeline for addressing this as we work through features and issues with different...

Thanks for reporting @oconnorjoseph. It sounds reasonable. We'll evaluate this against other priorities. But if you'd like a faster turnaround, we highly welcome external contributions (likely you'll need to make...