Ehsan

Results 131 comments of Ehsan

TODO (ehsann): Update `Bson*` -> `BSON*`

@MarkDuckworth @sofisl Is this considered a breaking change? If so, are we allowed to make this change now? @milaGGL FYI In support of new data types, Firestore will need to...

Hey @tomkail , thanks for reporting. Does the issue occur consistently? Would you be able to give me a full log? It _looks_ as though there's a race condition and...

Set `FirebaseFirestore.LogLevel = LogLevel.Debug` as early as possible in your application. Reproduce the crash. Depending on your environment you should be able to [find](https://support.unity.com/hc/en-us/articles/360039118331-I-have-been-asked-to-provide-a-log-file-where-do-I-find-this) the crash log.

Thanks for reporting @artem-goryaev-flex . Please see if the recommendations in #14018 help, and let us know. I have also reached out to the grpc team to see if they...

Thanks @HannahShiSFB . @artem-goryaev-flex , would you be able to upgrade your gRPC version (see https://github.com/firebase/firebase-ios-sdk/pull/14342), and let us know whether that solves the issue for you?

Thanks for reporting @ir-fuel . You mentioned `In the (infinite) logs the batch_id numbers are always the same`. However, in the log above I only see the `batch_id` once (469...

> my app isn't updating that Firestore entry. It's continuously processing updates of that object it seems, but the closure is never called with an updated document. I checked the...

Thanks for sharing @ir-fuel . I've looked at your log. The log seems reasonable. There is no infinite loop. Your client is receiving acknowledgements from the Firestore server about document...