-
I have looked through the documents and sample and can't seem to figure out if this should be getting called in the background or not. For me, OnReceived does not get called while my app is in the background. I am not sure if there is a configuration that needs to be done because the Android specifics area of the docs is TBD. Thanks in advance for any info. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Yes - you need to include a data payload. For situations like this, you are best to refer to the OS documentation: https://firebase.google.com/docs/cloud-messaging/android/receive#backgrounded |
Beta Was this translation helpful? Give feedback.
Yes - you need to include a data payload. For situations like this, you are best to refer to the OS documentation: https://firebase.google.com/docs/cloud-messaging/android/receive#backgrounded