You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
push_register is a Google Cloud Messaging (GCM) / FIrebase Cloud Messaging (FCM) client library.
I assume the intended application was to retrieve push notifications the way the native app does it.
This was removed in new releases. Why?
The text was updated successfully, but these errors were encountered:
I believe it was removed because push_receiver as a library is no longer supported and has deprecated libraries so was a ticking time bomb on some of our users systems.
OK. I looked around and found other similar libraries.
In theory there could be useful use cases for a notification client.
We'd need to check how it works in practice. I believe each client (mobile app) or user has a unique ID/token, and it may not be easy to obtain.
It looks like an integration of Google Cloud Messaging was attempted at some point by @fuatakgun :
push_register is a Google Cloud Messaging (GCM) / FIrebase Cloud Messaging (FCM) client library.
I assume the intended application was to retrieve push notifications the way the native app does it.
This was removed in new releases. Why?
The text was updated successfully, but these errors were encountered: