I am facing this issue Firebase gcm
messages not receiving because of background limitation Oreo and pie updates how to solve this issue
Its not working but some other apps like Truecaller and WhatsApp and all working right now.
I am facing this issue Firebase gcm
messages not receiving because of background limitation Oreo and pie updates how to solve this issue
Its not working but some other apps like Truecaller and WhatsApp and all working right now.
Firebase Messaging Service shouldn't be affected by the limitations of Oreo
or Pie
. And as per your question tag, it seems you are using broadcast receiver to receive those notifications/data messages. So you should use FirebaseMessagingService
to receive the cloud message and handle it properly there. You don't need broadcast receiver for it.