Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
24 views

Trying to go into a deep link on clicking a notification, but app opens, but stays on first screen

I have build an android app using flutter and firebase. I have used go_router to set up all the navigation and deep links. The deep link works correctly when I click on a link (say pasted on whatsapp)...
Sanjay Dattatri's user avatar
0 votes
0 answers
7 views

Trying to show call dialog when I receive calls using from FCM notifications and app is closed or in background mode

I am trying to open a calling dialog where user can answer or decline a call when notification is sent from FCM dashboard. When app is opened calling dialog shows and I am able to answer or decline ...
Learner2024's user avatar
1 vote
0 answers
25 views

Firebase Token is not generating in Samsung S23

i am facing weird problem, i have 5 Samsung S23 devices, and FCM token is generating in 3 devices but not generating on other 2. i found some where we have to reset the device, due to security of the ...
aamitgupta's user avatar
0 votes
0 answers
15 views

How can I play a custom tone using a downloaded audio file?

In my app, I have multiple sound files fetched from the server, and these files can change based on server configurations. When an FCM notification is received, I need to set the downloaded tone file ...
Mahendran K's user avatar
0 votes
1 answer
22 views

Custom notification sound in Flutter

So I want to allow the users to set their own notification sounds like in WhatsApp in both Android and iOS. Is there any package which allows us to do that I looked into flutter_local_notifications ...
Bharath S's user avatar
-1 votes
0 answers
24 views

Why my test-receive-notifications app needs multiple restarts to receive notifications?

I have this kotlin application. It's sole purpose is to test if the FCM notifications are received (so the most basic setup here) The problem I have and cannot get a root cause for this is that it ...
fewfew's user avatar
  • 289
0 votes
1 answer
44 views

How to obtain the Cloud Messaging server key to be able to send push notifications between mobile devices? Android - Flutter [duplicate]

I am trying to get a mobile device to send a push notification to another following a course. In the image you can see that in the course I am following the cloud messaging server key appears But ...
Ger's user avatar
  • 11
0 votes
2 answers
43 views

Is it possible to save FCM notifications in Firestore?

Send FCM notification to Android device from (Messaging tab) Firebase console. is it possible to save the notification messages in Cloud Firestore ( i.e Firestore database).
R KiranKumar's user avatar
-2 votes
0 answers
26 views

How to send messages using FCM to more than one topic in Firebase for ios devices?

I am using FCM to send notifications to mobile devices using topic subscriptions. When I send notifications to a topic, for example: "'A' in topics", it works fine and notifications are ...
JOSE ANTONIO AGUILERA ORTIZ's user avatar
0 votes
2 answers
42 views

Sending Notifications to Mobile Devices with Firebase Cloud Messaging (FCM)

Sending Notifications to Mobile Devices with Firebase Cloud Messaging (FCM). The admin will be able to send notifications through one Android app, and there will also be a second Android app that can ...
R KiranKumar's user avatar
-1 votes
1 answer
65 views

Getting SENDER_ID_MISMATCH, although I think I synchronized the service account and google.services.json files

I'm trying to convert from Legacy FCM messages to the V1 API. I'm using Elixir, so using the Pigeon OSS (v2) to provide the FCM interface, and have some improvements to that to use the Goth OSS to ...
Sinc's user avatar
  • 647
0 votes
0 answers
18 views

Flutter FCM Notification not work after 10 min

Flutter FCM Notification not work after 10 min when app removed from background I do another app and the notification its work when app is not opened forever , put this app after 10 min notifications ...
Alwalied Gamer's user avatar
0 votes
0 answers
30 views

Push notification works unreliable

I have a very strange problem and didn‘t find anything about this issue online. I‘m using Firebase Hosting, Cloud Function & Cloud Messaging for a website I set up. On this website, subscribed ...
Tomsho's user avatar
  • 67
0 votes
0 answers
19 views

Getting error on Generating Authozation key using GoogleCredentials.fromStream in Release Build

I am using new FCM HTTPS v1. While creating a release APK, I get an error. The error occurs in the GenerateAccessToken class when trying to generate a token for Firebase Cloud Messaging. Specifically, ...
Ayaan's user avatar
  • 71
0 votes
1 answer
28 views

Android background service for location updates

I want to start a service for location updates in background what i want to achieve is i want to start the service when the user recevice notification from firebase FCM in onMessageReceived(...
Dkathayat1's user avatar

15 30 50 per page
1
2 3 4 5
392