Firebase Cloud Messaging (FCM) is the new version of GCM.
I am using FCM to provide notifications in my app. Everything worked well, but now I realised that, when I …
android firebase firebase-cloud-messagingI am new to firebase I am learning it like a toddler learning to walk. So far I have managed …
android push-notification firebase firebase-cloud-messagingI have a problem with FCM notification on iOS. I receive notifications with success when my app is in foreground (…
ios swift firebase google-cloud-messaging firebase-cloud-messagingHow to set default notification channel for notification messages that come when an app is in the background? By default, …
android firebase firebase-cloud-messaging android-8.0-oreoIs there a way to send a silent APNS using google's firebase? It seems that if the app is in …
push-notification firebase apple-push-notifications firebase-cloud-messaging silentpushHow many applications can I create in one project from a single account and how many projects I can create …
firebase firebase-cloud-messaging firebase-consoleI am using Firebase Cloud Messaging to send push notifications. Here is my FirebaseMessageService: public class FireBaseMessageService extends FirebaseMessagingService { @Override …
android service push-notification android-notifications firebase-cloud-messagingWhen do FCM tokens expire? Is it at 6 months?
android firebase firebase-cloud-messagingI found this solution and I think it is not the ID which is required for notification kindly tell me …
android firebase firebase-cloud-messaging firebase-notifications//body its like this { "to": "/topics/NEWS" , "data":{ "extra_information": "This is some extra information" }, //notification that i need to …
firebase firebase-cloud-messaging postman