firebase-cloud-messaging Questions
3
Solved
As of July 1, Firebase requires the addition of labels to messages in order for analytics to show about the number of data message sends etc.
'Starting Monday, 1 July 2019, you will be able to f...
Whisker asked 7/7, 2019 at 9:23
3
I use FCM in my project and it works pretty well. But there is one issue: on some Android devices instead of coloured application icon (when no custom default icon is set and no icon is set in the ...
Cilla asked 11/9, 2020 at 10:15
1
Hell everyone so im building an app and i want to implement firebase messaging, but i cant get it to work. Everything works up to great till this line of code
void getToken() async {
String? toke...
Doublethink asked 11/11, 2022 at 21:39
7
Solved
After reading 100's of threads and googling I am still confused about this following error message.
Currently, I am using Firebase Cloud Messaging and in very short terms I am trying to get my to...
Perineuritis asked 28/11, 2017 at 11:3
7
I have bound my flutter-iOS app to firebase and i'm also using firebase-messaging and cloud functions for sending notifications via subscribing to topics, i'm using the APNs push notifications key ...
Inkhorn asked 7/9, 2020 at 18:9
6
I am using WebPush in my project and it works well for the most part. However, occasionally - often after a prolonged period of use - a user will receive a 404 error with the following JSON respons...
Lucrecialucretia asked 21/8, 2018 at 15:17
9
Everything was working fine before but now firebase can't seem to create a new token. I'm trying to call await FirebaseMessaging.instance.getToken(); but getting this error
FLTFirebaseMessaging: A...
Stutsman asked 27/10, 2021 at 8:54
2
I am attempting to implement Firebase Cloud Messaging in an iOS Safari browser since Push Notification and Notification API are now supported.
function requestPermission() {
console.log("requ...
Fatherland asked 16/6, 2023 at 20:23
8
I use FCM in my project
It work correct on Sony xperia, Galaxy S6, Motorola and more. But on Galaxy S3 i get java.io.IOException: SERVICE_NOT_AVAILABLE error
Time of Galaxy S3 is auto and google ...
Cab asked 7/5, 2018 at 6:42
3
Solved
We are successfully using the Legacy HTTP Server Protocol on our server for FCM.
I wanted to update to FCM HTTP v1 API today.
I did it step by step and when the server calls the request, we get th...
Bobbyebobbysocks asked 30/10, 2017 at 15:32
3
Solved
I got an email from Firebase saying that starting June 20, 2024 the legacy Firebase Cloud Messaging (FCM) APIs will be discontinued.
I read the document thoroughly and googled my question, but I co...
Pogey asked 22/6, 2023 at 5:14
5
Solved
I've set up a simple push notification site, the notifications arrive okay if the browser is in foreground.
The problem begins if the browser is in background: the notification arrives twice, one...
Basaltware asked 11/10, 2017 at 13:57
5
We are using firebase cloud messaging to get the push notification into android app.
Currently to test push notification we need to send the message to FCM server and wait for the message to arri...
Ton asked 27/10, 2016 at 16:38
6
Solved
I have been trying to read the official docs and guides about how to send message from one device to another. I have saved registration token of both devices in the Real Time Database, thus I have ...
Vizcacha asked 23/6, 2016 at 11:18
3
How can solve this issues? 'FirebaseMessaging.h' file not found
where has problem?
I had tried to used pod install, but still issues.
Colonist asked 18/6, 2022 at 15:33
3
In my application, I am offering video and voice calls between users. I'm using Firebase Realtime database and FCM as well to do so.
Here is the data that my notification is delivering:
data: { ...
Vitriolize asked 2/2, 2019 at 23:30
6
Our app now has targetSdkVersion 26 (Android 8) and the app uses FCM push notifications. When app is in the foreground state the push notification is working well. The issue appears while clicking ...
Johnstone asked 23/11, 2017 at 10:59
4
Solved
I am running a node server with the firebase admin sdk. However, everytime I try to send a push notification from the server, I get a 401 error.
Here's the exact error I'm getting:
errorInfo: {
co...
Kenton asked 2/6, 2022 at 17:26
4
I'm trying to add Firebase Messaging to my iOS app. I've followed the steps in the Firebase documentation, namely:
Uploaded the APNs Certificate
Imported Firebase and added [FIRApp configure]
Imp...
Lorenzetti asked 19/2, 2017 at 23:42
15
I am using FCM web app notification for send notification to browser.My code below.
var config = {
apiKey: "<API-KEY>",
authDomain: "<AUTH-DOMAIN>.firebaseapp.com"...
Culliton asked 14/12, 2016 at 13:43
2
Solved
I am using the code from this page to get the token https://firebase.google.com/docs/cloud-messaging/android/client but i am getting an error on this specific line String msg = getString(R.string.m...
Southward asked 21/10, 2020 at 2:17
5
I have a PHP page which i used to send notifications to the users of a mobile app i developed , this page works fine until last month , then it gave me this error
{"multicast_id":517406...
Discord asked 8/1, 2021 at 16:53
3
A have a big project with a lot of dependencies including Firebase.
Now com.google.firebase:firebase-messaging has version 17.3.3. I want to update it to the 20.2.1.
I'm getting next error after ap...
Gunstock asked 23/6, 2020 at 12:20
7
Solved
Is there a way to send a silent APNS using google's firebase?
It seems that if the app is in the background it will always show a notification to the user.
Thanks?
Bayberry asked 1/6, 2016 at 13:30
6
I'm getting following error on some devices while fetching firebase token:
Fatal Exception: d.b.a.b.g.f
java.io.IOException: AUTHENTICATION_FAILED
com.google.android.gms.tasks.zzu.getResult (zzu.ja...
Dyann asked 24/6, 2020 at 18:58
1 Next >
© 2022 - 2024 — McMap. All rights reserved.