Top "Firebase-notifications" questions

Firebase Notifications is a free service that enables targeted user notifications for mobile app developers.

not receiving firebase notification from console

i am not receiving notification after sending it through firebase console , i tried sending many notification but received one or …

android firebase firebase-notifications
Exception: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

for firebase notification code WebRequest tRequest = WebRequest.Create("https://fcm.googleapis.com/fcm/send"); tRequest.Method = "post"; tRequest.ContentType = "application/…

c# web-services iis-6 firebase-notifications windows-server-2003-r2
FCM Schedule delivery date or time of push notification

I have working with FCM console to send push notification and it has an option to schedule the delivery date. …

firebase firebase-cloud-messaging firebase-notifications
FCM notifications and collapse_key

I'm sending notifications to users Android devices though the Firebase Notification console and I notice that even if I send 10 …

firebase firebase-cloud-messaging firebase-notifications
Firebase Cloud Messaging (FCM) - Launch Activity when user clicks the notification with extras

I'm trying to open a specific activity when the user clicks the notification, when the app is in the background, …

android android-notifications firebase-cloud-messaging firebase-notifications
Firebase send push notification twice

I wrote a very simple android app to test firebase push notification and I get one notification twice. this is …

android firebase firebase-cloud-messaging firebase-notifications
How to get custom data from android firebase notification?

I'm trying to implement firebase notifications. But I have trouble finding any documentation on how to retrieve custom data from …

android firebase firebase-notifications
What is the Character Limit for Message text in Firebase console based notification?

i'm using Firebase console to send a notification to my phone, the notification is successfully delivered to my phone, but …

android firebase push-notification firebase-notifications
Limitations for Firebase Notification Topics

I want to use Firebase notification for my android application and what i want to know is that is there …

firebase firebase-notifications
Firebase push notification not working

I developed an android applicaiton. I used firebase for notification. I read firebase documentation then I made them respectively. I …

android firebase firebase-notifications