You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the app from a push notification on iOS the app crashes. When exploring the logs the crash seems to happen somewhere in the FirebaseAuth plugin. When the app is open in the background it seems to work fine, this only happens when the app is closed.
Steps to reproduce?
1. Create an app that also uses firebaseAuth
2. Send a push
3. Open the app from a push notification (app needs to be closed)
What did you expect to happen?
I expected the app to open instead of crashing directly.
I got the same issue with one signal in Flutter, it works in all cases except when the application is closed, nevertheless, the notification clicks will not be counted,
Seems to be related with this => firebase/flutterfire#8205 When I add the GoogleService-Info.plist the problem seems to be fixed. I will close this as the problem is with Firebase and not OneSignal
What happened?
When opening the app from a push notification on iOS the app crashes. When exploring the logs the crash seems to happen somewhere in the FirebaseAuth plugin. When the app is open in the background it seems to work fine, this only happens when the app is closed.
Steps to reproduce?
What did you expect to happen?
I expected the app to open instead of crashing directly.
OneSignal Flutter SDK version
onesignal_flutter: 5.0.3
firebase_core: "^2.17.0"
firebase_auth: "^4.10.1"
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: