Skip to content Skip to sidebar Skip to footer
Showing posts with the label Firebase Cloud Messaging

Firebase Functions - Admin.messaging().sendtotopic Executes But Never Makes It To The `then` Block

For some reason the then block of an admin function doesn't seem to be executing - I don't … Read more Firebase Functions - Admin.messaging().sendtotopic Executes But Never Makes It To The `then` Block

Cloud Functions For Firebase: Functions.pubsub.topic('testtopic').onpublish Not Called

I've copied this code snippet from the official documentation of cloud functions: exports.hello… Read more Cloud Functions For Firebase: Functions.pubsub.topic('testtopic').onpublish Not Called

When Device Token Expires, Is It Automatically Removed From Fcm Device Group?

I'm pretty new to Firebase Cloud Messaging, and I haven't been able to get a satisfactory a… Read more When Device Token Expires, Is It Automatically Removed From Fcm Device Group?

Firebase: Cloud Firestore Trigger Not Working For Fcm

I wrote this to detect a docment change,when it changes i want to send notifications to all the use… Read more Firebase: Cloud Firestore Trigger Not Working For Fcm

Unable To Send Notifications Using Firebase Functions After Update

So Today I updated the firebase cli and after that deployed a new function. Although the firebase l… Read more Unable To Send Notifications Using Firebase Functions After Update