Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

I am trying to implement web push notifications in my project, but none of the approaches I tried are working. I’m not sure whether the issue is on the frontend, backend, service worker, or the push ...
MANOJ V's user avatar
1 vote
0 answers
64 views

is it normal for Flutter's main() function to execute as soon as a firebase notification is received in system notifications bar? I am testing on Android 15 in a Pixel device. Here's what I did: I ...
rupinderjeet's user avatar
  • 2,868
2 votes
1 answer
43 views

I’ve built an app for my clients, and it’s crucial that its notifications are delivered very quickly. During testing, when there were about 5 of us, notifications were instant. But as our user base ...
Mattia Antonacci's user avatar
1 vote
1 answer
113 views

I have an app that I want to add Firebase Cloud Messaging. Now, when configuring the services, I am getting this error in my Kotlin file: Cannot resolve symbol 'FirebaseMessagingService' When I try ...
grand_learner's user avatar
0 votes
0 answers
31 views

I am trying to generate a FCM token but it fails on Chrome, the below is the code I have which is hanging all the time and never executes, it gives up after doing retries for few times and then does ...
Notion's user avatar
  • 56
0 votes
0 answers
47 views

I created a flutter app with push notifications enabled, and I'm using firebase FCM HTTP v1 API to send push notifications to my device. Here's my FCM API POST payload. { "message": { &...
azdev's user avatar
  • 1
1 vote
1 answer
116 views

I am building a React Native (Bare Workflow) application using @react-native-firebase/messaging. The core issue is that while iOS system push notifications are being received and displayed correctly (...
Gopal Rao's user avatar
1 vote
0 answers
60 views

I’m implementing push notifications on Android using Notifee in a React Native project. What I want is a MessagingStyle notification that looks like a messenger app or Slack: an avatar icon with the ...
susu_papa's user avatar
0 votes
0 answers
53 views

We use the Firebase Admin Java SDK to send push notifications to iOS devices. Messages appear in the BigQuery firebase_messaging export with message_status = MESSAGE_ACCEPTED, but never progress to ...
Oliver Zhu's user avatar
0 votes
0 answers
17 views

I’m building a Flutter app with Firebase (Firestore + FCM). Each user has an up-to-date FCM token stored in Firestore. I have verified that tokens are valid, and I can send push notifications ...
Eden Corporation's user avatar
1 vote
0 answers
57 views

I have an environment with Node.js in which I run some cloud functions from Firebase. I wanted to try to migrate them to V2, starting with the simplest of them. After changing a couple of lines of ...
Biel Bonany Gil's user avatar
0 votes
0 answers
98 views

I have implemented push notifications for my PWA with Firebase and a service worker. Only problem I am currently having is the look of the push notifications on both my Android and iPhone. This is ...
Gerrit's user avatar
  • 59
0 votes
0 answers
82 views

Depending on the environment, I have two different configurations I would like to use (test and prod). Unfortunately, firebase only works with the one service worker in the domain root folder (/...
Simon Ferndriger's user avatar
0 votes
0 answers
46 views

I have a React project that is developed in two branches A and B. The origin of any of them goes way back. Branch A and B worked fine in my computer (development computer). At some point, branch B ...
Hans GD's user avatar
  • 94
0 votes
1 answer
136 views

I have a Flutter/Firebase web app where I am trying to add firebase cloud messaging (notifications). Part of this setup is to create a service worker file "firebase-messaging-sw.js", with ...
Nerdy Bunz's user avatar
  • 7,743
0 votes
0 answers
48 views

In AndriodManifest.xml I have the following: <meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/...
Mery Karapetyan's user avatar
0 votes
0 answers
65 views

I using firebase cloud message. It just work perfect on Chrome but not work on Edge with same code. Here is the code: import { initializeApp } from 'https://www.gstatic.com/firebasejs/11.10.0/...
Hoang Minh's user avatar
1 vote
1 answer
60 views

i am trying to send push notification like below: const { getFirestore } = require('firebase-admin/firestore'); const { initializeApp } = require('firebase-admin/app'); const { https } = require('...
Moblize IT's user avatar
  • 1,340
0 votes
0 answers
47 views

I am developing a flutter app with push notification by firebase and i developing in my Iphone. The notification function is working, but i want to add a redirect function(redirect to special page(...
tanson chan's user avatar
0 votes
0 answers
76 views

I'm working on a React Native project and encountering the following error: Invariant Violation: new NativeEventEmitter() requires a non-null argument. This occurs when I try to initialise Firebase ...
Amisha Chauhan's user avatar
0 votes
0 answers
125 views

In my application, Firebase push notifications are not being received in the TestFlight version of the app, although they work correctly in the debug build. Here are my findings: When automatic ...
RP89's user avatar
  • 133
0 votes
0 answers
522 views

I'm trying to include into our project firebase push notifications. I'm developing android on windows machine and IOS on mac machine. I have configure project on windows machine with "flutterfire ...
MiselMoj's user avatar
0 votes
0 answers
72 views

I configured my Profile and Xcode as I can, but still errors. I killed all simulators and tried again, nothing. I reinstalled the dependencies correctly, I checked if the versions, Xcode, React-Native ...
user30785393's user avatar
1 vote
1 answer
105 views

I am currently stuck using FirebaseAdmin SDK version 2.3. I have this code in my .NET API to send out an FCM Message. private void FirebaseMessagingAsync(List<int> send_user_ids, string title, ...
Robert Smith's user avatar
0 votes
2 answers
218 views

Since a few years, I am using the following code to get an Access Token to be able to send Push Messages to my device. All of a sudden, i get the error message "No key or keyFile set". I ...
DominikReber's user avatar

1
2 3 4 5
276