Arthur Thompson

Results 16 comments of Arthur Thompson

Thank you so much for this, flush works!

This is sweet! Would it be possible to split mobile into iOS and Android for a bit more clarity?

Hi @dvlwj, FCM is supported from Android 4.0 and later. To clarify you have added the `MESSAGING_EVENT` service to your [`AndroidManifest.xml`](https://github.com/firebase/quickstart-android/blob/master/messaging/app/src/main/AndroidManifest.xml#L55) file?

@pahnpiseth you mention > send with notification payload for background notification. but if send without "notification" payload i receive notification is normal when send while device off internet and then...

@pahnpiseth Note that `notification-messages` messages with a `notification` payload object are collapsed on the server by default if no `collapse_key` is defined. You can manually define a `collapse_key` to keep...

Hi @stkq couple questions: - Are you seeing 3 Acks in the Android dev console but only getting onMessageReceived call twice? - Is this happening on a particular device or...

@stonyz can you please add the result of this `adb` command: `adb shell dumpsys package | grep stopped` after you restart the device?

@stonyz Looking at the results of `adb shell dumpsys | grep stopped` your app seems to be running and thus should get the notification. Does this only happen on Sumsang...

@sillysachin could you provide your code for handling the incoming notification?