-
Notifications
You must be signed in to change notification settings - Fork 927
firebase-js-sdk 10x caused firestore timeout on iOS #8017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you confirm if any of the below version works fine: 10.5.0 |
Thanks for help, I will check and get back to you after new version of my app release. |
I have the same "Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds." problem. |
Here's the results of versions. 10.8.0 timeout error (*1) Also, this might be another issue but I have a concern. with version 9.23.0, If I stated In my Vue.js code
|
Hey everyone, As a Firebase GDE, I wanted to share my experience regarding this issue. I can confirm that version 10.6.0 does not exhibit the problem, but any version released after 10.6.0 fails to work as expected. I have already reported this issue to Firebase support for further investigation. In the meantime, I recommend sticking with version 10.6.0 until the Firebase team identifies and resolves the underlying cause. There's a possibility that an upcoming version will include the necessary fix. Thank you for your patience and understanding. |
Hi @gouteru Thank you for trying out different versions! Do you mind experiment with one more thing: Set You only need to experiment in any version newer than 10.6.0 that does have the problem. |
|
I have installed firebase-js-sdk 10.8.0 and set
And I reverted the line as before. This caused the timeout error. |
The latest version 10.13.2 solved the issue. my app worked with the latest version on iOS. |
Operating System
MacOS 14.3
Browser Version
cordova-ios 6.3.0
Firebase SDK Version
10.7.2 and 10.8.0
Firebase SDK Product:
Firestore
Describe your project's tooling
cordova 12.0.0
cordova ios 6.3.0
cordova-plugin-firebase-messaging 8.0.1 (FirebaseCore, FirebaseMessaging 10.10)
Vue 2.6.4
Xcode15.2
iOS 17.2
Describe the problem
When I updated firebase-js-sdk from 9.23.0 to 10.7.2, and running my app on iPhone device with Xcode, then timeout error below displayed in Xcode debug console. I swiched firebase-js-sdk to 10.8.0, same output displayed. 100% everytime reproduced.
Then I reverted version 9.23.0 of firebase-js-sdk, the error was solved.
(I have not tried between versions 9.23.0 to 10.7.2.)
Running on other platforms such as Mac Chrome, Android device with Android Studio are okay with firebase-js-sdk 10.7.2 and 10.8.0.
Please help so that I can update firebase-js-sdk to the latest.
Steps and code to reproduce issue
Here's the code, experimentalForceLongPolling has been set true.
The text was updated successfully, but these errors were encountered: