-
Notifications
You must be signed in to change notification settings - Fork 374
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
iOS: ‘Could not connect to firebase’ error is shown for fraction of seconds on ‘Invitation code’ page while processing with invitation code. #3622
Comments
### Description Follow up PR to #3320 This PR fixes crashes on iOS related to the database module. I had already patched those for `react-native-firebase` v5 (see invertase/react-native-firebase#2734). Turns out a similar patch is still needed for v6. I will submit a PR upstream too for v6. Also fixed broken push registration on iOS. There was a new call needed with v6. I upgraded `react-native-firebase` to v6.7.1 since it changed push registration too, this way we're already on top again (but for how long? 😉). These issues are reproducible only when using a real device. ### Tested - App doesn't crash anymore on iOS in release mode. - Push registration works I could NOT test push being received successfully as `notification-service` currently has a similar issue as `blockchain-api` did a couple of days ago (fixed in #3583). ### Related issues - Fixes #3622 - Fixes #3623 ### Backwards compatibility Yes.
Hi @jeanregisser , @annakaz @nityas Verified with Android Valora Mainnet build v1.0.0 (16) and found that Note: Issue does not repro on IOS test flight build v1.0.0 (15) |
Thanks, could you try with iOS build v1.0.1 (17) when you get a chance? |
It seems like this is happening intermittently throughout the app, unrelated to invite code redemption. @Lss-Ankit can you confirm whether this consistently happens during invite redemption, or only sometimes? |
@annakaz , @jeanregisser Issue is reproduced when user navigate to Home tab after sign up with new account or sign in with existing account using account key. also some time i have observed issue after cold launch the app. currently issue is not observed during invite redemption. However i have verified issue again on Android Valora Mainnet build v1.0.0 (16), Test Flight build Valora app build v1.0.1 (17) and not observe error message after sign up / sign in or cold launch the app. hence closing ticket. |
Hi @annakaz , @jeanregisser I have verified this issue using latest Android Internal Build v1.30(1004294316) on lower end devices and observed that issue is still reproduced. |
Hi @jeanregisser I have verified this issue using latest Android Internal Build v1.15.2 on lower end devices and and found issue is fixed so, we are closing this ticket. |
Frequency: 100%
iOS App version: iOS Testflight build : v1.7.1 (28)
Repro on iOS device: iPhone 11 Pro (13.3)
Repro Steps:
Current Behavior: ‘Could not connect to firebase’ error is shown for fracation of seconds
Expected Behavior: ‘Could not connect to firebase’ error should be not be shown
Investigation:
Attachment: iOS_Couldn’t connect to Firebase error is shown (Observe the issue between 0:32 to 0:37 secs)
The text was updated successfully, but these errors were encountered: