7,274 questions
0
votes
0
answers
38
views
Unhandled Exception: Failed to exchange authorization code. Invalid server response
I am creating an app to push notification to selected app user, I am getting the following error
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Failed to exchange ...
0
votes
0
answers
35
views
How long is refresh token of google api's works?
I found out that the access token expires after 1 hour, as mentioned in the Google documentation. However, I couldn't find explicit information about the refresh token expiration. There was a note ...
2
votes
1
answer
995
views
Failed to get service from broker. java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'
I am getting this error on google sign in and after every time my app starts.
Failed to get service from broker. (Ask Gemini)
java.lang.SecurityException: Unknown calling package ...
1
vote
1
answer
506
views
How to change sound of push notifications of an iOS app programmatically?
I working on an iOS app for which I am required to change sound for push notifications. I am using Firebase Console to send notifications.
I put notification sound file in project and send its name in ...
1
vote
1
answer
144
views
FCM version update for SDK
FCM version: 21.0.0 :
I was using FirebaseInstanceId along with FirebaseOptionsBuilder to receive notifcation on SDK side of the project.
Current docs say
Apps still using deprecated Instance ID APIs ...
1
vote
1
answer
2k
views
Push notifications: switch from GCM `DeprecatedApi` to FCM `Requested entity was not found.`
I have a weird behavior since I made the move from Cloud Messaging API (Legacy) to Firebase Cloud Messaging API (V1) for all my Android users.
I didn't change anything on the app side - google-...
0
votes
1
answer
316
views
I would like to change the quota for sending requests per minute.(message-rate-exceeded)
I would like to change the quota for sending requests per minute.(message-rate-exceeded)
enter image description here
I am using fcm message api with firebase admin sdk.
I want to change from 600k to ...
1
vote
1
answer
6k
views
Cloud Messaging API (Legacy) is disable [duplicate]
I am trying to enable Cloud Messaging API (Legacy) in firebase console, because I need the server key for building my flutter apps. but when I try try to enable it, by clicking Manage API in Google ...
0
votes
0
answers
62
views
PubSub subscriptions across Google project
I have a Pubsub topic say top1 in proj1 with a subscription that already exists, and its fully qualified name is proj1/subscriptions/sub1
I have a service account in a different project proj2 and this ...
3
votes
3
answers
5k
views
Error while enabling Cloud Messaging API (Legacy) in the Firebase console
I encountered an issue when trying to enable the Cloud Messaging API (Legacy) in the Firebase console. Specifically, clicking the option to "Manage API in Google Cloud Console" results in a ...
0
votes
0
answers
65
views
Is safe to change google-services.json?
I have an inherited app and I would like to enable push notifications, that have a google-services.json but the debugger it's saying:
Firebase Installations can not communicate with Firebase server ...
1
vote
1
answer
523
views
PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure
Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1.
From the guide, I
Configured the Firebase Service Account Credentials in Azure ...
0
votes
2
answers
825
views
Unable to find users to notify with test with Azure Notification Hub version Google (FCM v1)
I have been reading about Fcm V1 due the migration of FCM by Google.
My application already has several numbers of users in Android and Apple platform.
I use Azure to centralize the administration so, ...
0
votes
1
answer
758
views
.NET MAUI Android FireBase service OnMessageReceived strange behavior
I am getting a strange behavior of the FireBaseService implementation on Android.
public override void OnMessageReceived(RemoteMessage message)
{
base.OnMessageReceived(message);
...
1
vote
0
answers
638
views
.NET MAUI on push notification click error is thrown: 'Window was already created'
I added a push notification to my app, and I receive the notification only the app is running. When I click on the notification, the application detects it and when I got to the point where I want to ...