Google-cloud-messaging Questions
Ad
Firebase FCM notification received in iOS simulator but as GCM(?) on real iOS device in flutter app
Edit: it is supposed to look like it does on the device log, according to firebase support i am adding push notifications via fcm
Send FCM message to specific Google user without need to install an app?
I'm doing a tiny personal project involving an arduino and a php backend. i want to send a push notification from the php backend to my android
How to send a push notification from the Firebase console to a specific GCM/FCM device token ID
In urban airship, when i am composing a notification, i can target specific users by searching for a urban airship channel_id (device
Messaging: The notification permission was not granted and blocked instead
Firebase messaging error in https server. an error occurred while retrieving token. firebaseerror: messaging: the notification
Customize layout with Firebase Cloud messaging
I am going to use firebase cloud messaging in my android app to send reminder and notifications to users to get them more engaged with my app.
Not able to send an iOS CriticalAlert to Firebase Cloud Messaging
I have an in house application where i have the criticalalert option setup within my application. i have confirmed that when i send the following
Xamarin.Forms Android Push Notification Doesn't Appear
I am using azure hub notification. i am developing my app in xamarin.forms. for android i can get notification when i test it hits
How call function with Map<String,dynamic>message in onmessage listen with attribute of remote message in flutter
This is my function in flutter string getriderequestid(map<string,dynamic> message){ string riderequestid="";
Sending Push Notifications to Web Application without user consent
I want to send push notifications to my web application users on the occurrence of certain events by updating an icon with a red dot. this is
Console Log Error onUpdate, Firebase Console
I have this function in typescript deployed in my firebase console: import * as functions from 'firebase-functions' import * as
Ad
Web Push : Migrating from GCM to FCM
I am upgrading a website that use wen push notification for chrome and firefox. it has been running for last 2 years. it has nearly more than 2-3
Extract data from nested JSON in Firebase remoteMessage
I am developing a messaging app in swift. i configured firebase cloud messaging and it works, the data arrives to my phone. func
Android: CipherStream-API for AEAD Ciphers inacceptable slow
We are having an android app which a decrypting and encrypting large (up to 100mb) files over http-streams. therefore, we are using
Migrating from GCM to latest FCM but get the same Token
I used to upgrade my other app from gcm to fcm, and when the user already installed the app on their device, the first time they open after
GCM to FCM migration ionic v1
I have an ionic v1 app. i've read and re-read the information about gcm to fcm migration, but i am still not 100% certain that my (unmigrated) app
Firebase best practises with FCM topics or device groups
I want to use fcm and i'm not sure which option would apply best to my situation. essentially i have artists in a database that users can follow,
revoke GCM Server Key after migration to FCM
I'm planning my project's migration from
FCM migration without losing the old token
I have somewhat of an edge case, we're migrating to firebase, but our db is weird and we're having some trouble making this transition smooth. our
POST message to Firebase Cloud Messaging via NodeJS
I'm trying to implement a simple node js using this package
Migration from GCM to FCM effects on current porduction apps
I have an android app working on production environment and i don't know how to migrate from gcm to fcm. i don't have a copy of an old gcm app to
Is it possible to use Firebase Cloud Messaging API to list all push notifications?
I'm searching to understand the scope of firebase fcm api. my company asked me to implement a custom fcm management panel. hypothetically, admin
Ad
Android set app in auto start FCM service on Asus or Huawei devices
I develop an application that needs to send a notification with fcm. but when i installed it on the asus device when app closed (killed)
Smack GCM connection reset
We use the smack library to set up an xmpp connection to gcm. i have already a lot of connection on the application and we've implement
Migrate from gcm to fcm in the server
In this article
Will Firebase sender/server key change effect currently subscribed topics?
We need to move an app from an existing project in firebase to a new project with a different sender/server key. will topic subscriptions still
Getting Registration Tokens GCM vs FCM
I am reading the documentation on this
firebase set background message handler
I have been trying to customise notification message in front end, i.e if a field is not set send in notification, i am trying to add it.
How convert Bundle to WorkManager Data
I try to get rid of intentservice when handle gcm as described
FCM Token retrieval failed RST
I'm doing a gcm to fcm migration for my app. but when testing my final code on a device i get the following error in my logcat and the call to
Unregister from GCM and register on FCM
My android app uses gcm and urbanairship for push notifications. now google has deprecated gcm and is recommending to switch to fcm.
How to make a GCM / FCM notification-type message non-collapsible
Google cloud messaging (gcm) support two types of push messages: "notification" messages and "data" messages. according to
GCM to FCM - Where to add Server Key and handling MessageException
I'm doing migration according to deprecated of gcm from back end side. adding admin sdk dependencies { implementation
Ad
node-red Firebase send notification
I'm trying to use fcm-push to send a notification to android. i'm just not sure how to build the flow. i've successfully made firebase
Avoid Nested Function, Google Cloud Function
New to javascript so i appreciate your patience...i'm looking to write a google cloud function that will send a message upon a db entry. it has
PeriodicTask and OneoffTask after migration from GCM to FCM
Question what should i use in place of periodictask and oneofftask when migrating from gcm to fcm? is there any
How do I know if I use GCM at all?
Just got an email from firebase that i need to migrate from gcm to fcm. how can i find if i'm using gcm at all on my android apps? i know i'm
How many connections `FCM` & `APN` allows in parallel
I have to know something. i want to know how many connections fcm & apn allows in parallel. i google it and find
Push notification to android app through WordPress site
I'm in situation where i've a wordpress site and i'm building an android app and what i want is to send a notification to all users having that
Change service worker subscribe endpoint
So i'm trying to get into the push api and i set up a very basic example with an empty service-worker.js and an index.js that just triggers the
How to listen mysql database changes in Android
I have an android application and i use a mysql database. i'm connecting to db via my php script. i want to make a listener for mysql database. it
Laravel 5.1, Return response to user, then excute some code
The story i am using notificationpusher that uses gcm to send notification to user. it takes some time to connect to
Send GCM Push Notification to android with custom sound
I am sending gcm push notification to android app (built with hybrid php via cordova) from php server with following parameters options:
Batch push notification on Batch.onStart(this)
I use batch.com for push notification service, and i got error when initializing it. this my activity class: public class
Ad
How to display push notifcation from background service in Android O // how to use startForeground() correctly
I'm trying to show a push notification triggered by a gcm-message. the gcm message is received by the broadcast receiver in the background, yet
Onesignal vs GCM(FCM)
I use fcm in my social messaging app. sometimes fcm messages can not be delivered from the server to client. is there any benefit to using
Setting up an Apache Server (ubuntu 12.04) for GCM (Linode)
I've recently switched servers and my google cloud messaging code no longer works. i do not have much server experience and i've tried to look
"JSON_PARSING_ERROR: Unexpected character (d) at position 0." when sending GCM request from GAS
This seems very similar to a number of other questions and it seems obvious that the error indicates there's something wrong with my json payload.
How do I wait for callback?
I call a function which registers a registrationid is issued using chrome.gcm. everything is fine but because the callback takes time, my code
Ad
Blog Categories
Ad