Closed aytunch closed 3 years ago
By the way, this issue I opened in Flutterfire might be related to this: https://github.com/FirebaseExtended/flutterfire/issues/4300
@aytunch thank you for your support))) I liked your question too))) looks like FlutterFire has some problems with their lib.
No activity for a long time, closing. If the issue still reprodus create a new one with details.
On iOS device, I upgraded to Firebase Messaging v8.0.0-dev.9 With it, I was able to use getAPNSToken() and successfully send this 64bit hexadecimal to CC. When I send a push notification from CC console and app is on the background, iOS shows the notification banner. My code looks like this:
The
onMessageOpenedApp
andonBackgroundMessage
functions do not get triggered when a notification is sent through CC console while the app is in the background. HoweveronMessageOpenedApp
triggers when I send a message from Firebase Cloud Messaging.