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

Questions tagged [google-cloud-messaging]

Google Cloud Messaging is a service to allow data to be sent remotely to Android and iOS applications and Chrome extensions and packaged apps.

google-cloud-messaging
0 votes
1 answer
36 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 ...
user25705963's user avatar
0 votes
1 answer
556 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 ...
wahyu's user avatar
  • 2,185
0 votes
0 answers
25 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 ...
curiousengineer's user avatar
2 votes
2 answers
2k 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 ...
Shruthi B's user avatar
0 votes
0 answers
137 views

GCM Register API decommissioning in June 2024

In June 2023, I received an e-mail message from Firebase alreting me of deprecations that will affect may application. The point that interests me the most is the deprecation and removal of the "...
Lorenzo Dalla Vecchia's user avatar
0 votes
0 answers
84 views

Google pubsub spring boot not reading messages when deployed in K8 pod

I have PubSub code as a spring boot application that when run locally on laptop, can consume messages from a topic that I create on a console. I am using different credentials from the ones that I use ...
curiousengineer's user avatar
0 votes
0 answers
29 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 ...
Adrián Romero's user avatar
1 vote
1 answer
328 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 ...
Smitha Kalluz's user avatar
0 votes
0 answers
273 views

FCM HTTP v1 api throws permission denied

We are migrating from FCM Legacy to FCM V1 api. we were using https://fcm.googleapis.com/fcm/send with Authorization key={key} Now Im trying to use https://fcm.googleapis.com/v1/projects/{projectId}/...
Karthick's user avatar
0 votes
0 answers
47 views

How to ensure FCM token freshness on iOS?

I have a React native app that is used to schedule some payment related notifications in the future. Sometimes these notifications can be scheduled for up to a year from now. I tried using local ...
Georgi Arnaudov's user avatar
0 votes
0 answers
14 views

Bias correction for worldclim data for species distribution modeling?

I used Worldclim data for SDM and the results obtained in the near future (2030) looks unreasonable, no species exist. The reason I thought was a problem with the bioclim data I used. For instance, ...
Abew's user avatar
  • 11
0 votes
1 answer
468 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, ...
Jonathan Porras Miranda's user avatar
0 votes
0 answers
20 views

Openssl AESNI-GCM table free benchmark

enter image description here https://github.com/openssl/openssl/blob/master/crypto/modes/gcm128.c Openssl support AESNI-GCM and there is code in github asm aes-gcm.pl, gcm.c I think that gcm.c use aes-...
재석이's user avatar
0 votes
0 answers
178 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); ...
Wasyster's user avatar
  • 2,447
0 votes
0 answers
367 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 ...
Wasyster's user avatar
  • 2,447

15 30 50 per page
1
2 3 4 5
487