Mark Duckworth
Mark Duckworth
I attempted to reproduce this week with my own app, but did not have success. I'm tweaking some things and continuing to try. Can you tell me if this is...
I attempted to reproduce again this week, this time with a release build of my app. The app has been running most of the week and I have not been...
That's great news! Can you share the source as a github repo and remove your keys? A private repo works. I can configure it to run against one of our...
I didn't realize this involves App Check. When you say, "App Check must be enforced for Firestore with Play Integrity", does that mean you only see this when using app...
Hi @RamsayGit, once I added App Check to my own Android app built with the Firebase Android SDK, I started producing a similar behavior, though in my case logging in...
@RamsayGit can you share your Flutter MCVE with me again, I lost access to the repo? I spent some time digging into this issue again this week and what I...
@russellwheatley, We've reviewed this and can't find a repro on native Android. I've chatted with several adjacent teams from Firebase Android and App Check, and it seems like the next...
Thanks for the suggestion @larssn. I'll review this request with the team this week.
@larssn, it's helpful to hear about the challenges you've had getting logs from client's devices. I passed this feedback along to the relevant team. I don't have a timeline for...
We have some momentum on a fix, but in the meantime there are two possible workarounds. First, you could disable preferRest when using the emulator. ``` const db = initializeFirestore(app,...