Firestore fails to retrieve data after reconnecting to the Internet

后端 未结 4 695
臣服心动
臣服心动 2021-02-02 12:44

I\'m using Firestore with the Android SDK (11.6.2) and I\'m hitting an exception when my device was offline and reconnects to the Internet.

When requesting a document, f

4条回答
  •  后悔当初
    2021-02-02 13:11

    This issue was fixed by the release 17.1.5 of Cloud Firestore.

    See the official changelog https://firebase.google.com/support/release-notes/android

    Cloud Firestore now recovers more quickly from bad network states.


    Using my reproduction project with the version 18.0.0, the issue is indeed not present.

提交回复
热议问题