Jude Selase Kwashie
Jude Selase Kwashie
Hi @Amina-UC-Dev, I'm unable to reproduce this with [the firebase_messaging example app](https://github.com/firebase/flutterfire/tree/main/packages/firebase_messaging/firebase_messaging/example). The token is received without errors. Could you run our example app to see if the issue still...
Hi @matokc95, could you try `flutter pub cache clean` to see if it resolves your issue?
Hi @matokc95, I'm unable to reproduce this. Can you reproduce this in a newly created flutter project?
Hi @SkilyFrance, have you tried the suggested solutions above?
Hi @SkilyFrance, I suspect the issue originates from your `proguard-rules.pro` config. Have you tried running the app without it? You could provide a reproducible example in the form of a...
Hi @SkilyFrance, I'm still unable to reproduce this following your steps. It will best if you can create a minimal repository reproducing this so we can investigate further.
Hi @passsionforprogramming, kindly share a reproducible example for this issue.
Hi @passsionforprogramming, @vincent-hoodoo, have you migrated your app to use `UISceneDelegate` per this [documentation](https://docs.flutter.dev/release/breaking-changes/uiscenedelegate#migration-guide-for-flutter-apps)? I suspect that could be the issue.
Hi all, I've created a PR for this. Can you test against branch name `messaging_17859` and confirm if this resolves the issue? ```yaml firebase_messaging: git: url: https://github.com/firebase/flutterfire.git ref: messaging_17859 path:...
Hi @MPinto16, thanks for confirming. Can anyone else confirm if this [PR](https://github.com/firebase/flutterfire/pull/17888) resolves the issue?