Gil
Gil
Also, in case it's not abundantly clear, thanks very much for the PR and working through all the presubmit issues.
@DJ-Shady02 Thanks for the report! We're fairly certain that this problem isn't going away and are working on building logic into the SDK that will be able to automatically fall...
@Kretin1 This issue is not a general discussion forum--we're collecting feedback on specific circumstances in which experimentalForceLongPolling has helped or hurt. It sounds like you may have some unique concerns...
Hi and sorry for your troubles. What this stack says is when Firestore is trying to open its underlying database it's failing with an "Operation not permitted" error (`EPERM`). We've...
In my experience the "background" state reflected in Crashlytics isn't terribly accurate. If you can observe some crashes in the background then it's worth starting down the path of trying...
While digging into this issue, we've turned up this note: https://developer.apple.com/forums/thread/652104. Firestore uses gRPC which uses CFStream for network access. This is being denied by the OS. Unfortunately this means...
> Whoa, quite bad news this time. > > While calls for fetching documents from the database could be replaced by `httpsCallable` cloud functions, the real time listeners don't really...
There's no "fix" to make. We're working with the gRPC team to build an alternative implementation that is compatible with App Clips (and also watchOS). This is a major undertaking...
FWIW, when the types work though, it's magical.
Those seem like they'd work, however the high-level you're proposing seems more general: * One script to run when the a cluster is created * One script that runs before...