Firebase Cloud Messaging (FCM) is the new version of GCM.
Recently I asked a question on sending push notifications using GCM: Send push notifications to Android. Now that there is …
firebase google-cloud-messaging firebase-cloud-messagingThere should be clear implementation of how to work with Firebase notification and data. I read many answers but can't …
android firebase notifications firebase-realtime-database firebase-cloud-messagingAfter searching the docs I could not find any info on how to send device to device messages using FCM …
firebase firebase-cloud-messagingI would like to know what would be the correct way to get Firebase token for sending push notification now …
android firebase push-notification firebase-cloud-messagingI am implementing FCM notifications in Android, but how does notifications differ depending on the app status (background vs. foreground)? …
android background push-notification firebase-cloud-messagingIn my MainActivityin my log, I can see the token using FirebaseInstanceId.getInstance().getToken() and it display the generated token. …
android firebase firebase-cloud-messaging firebase-notificationsi had implement Firebase with FirebaseAuth/FCM etc and did sent notification successfully through Firebase Console. However i would need …
ios swift firebase firebase-cloud-messagingI'm trying to use Postman to send a single Push Notification using Firebase Cloud Messaging service. This is a working …
curl firebase postman firebase-cloud-messagingI want to open application automatically when notification is received, is this possible with Firebase and new FCM notifications? I …
android firebase firebase-cloud-messaging firebase-notificationsI'm working on an android app, it uses Firebase Authentication, Database and Storage. It was all working fine until this …
android firebase firebase-cloud-messaging