-
Firebase Cloud Messaging (FCM) introduced a new API for sending messages (HTTP v1).
Using the new HTTP v1 API, `push-receiver` receives the message, but not the payload. E.g, the `notification` key i…
-
According to https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#AndroidNotification AndroidNotification dataclass should have visibility property:
```
"visibility": enum (Visi…
-
This way, we do not require FCM for quick notifications without manual polling.
The user is also given alternative choices instead of FCM, which are more privacy-friendly, and can be self hosted.
…
-
https://github.com/RandomEngy/fcm-push-listener?tab=readme-ov-file#prerequisites
Couldn't we in theory use the same Keys that the official chrome browser uses? Or are these obfuscted / changed regu…
-
### New Issue Checklist
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server-push-adapter/security/policy).
- [ ] I am not just asking a [question](https:/…
-
JRS failure:
One node faild with:
```
ERROR | MerkleUtils: | Async tree hashing failed
-- | -- | --
| | java.util.concurrent.ExecutionException: com.swirlds.common.merkle.exceptions.IllegalCh…
timo0 updated
2 weeks ago
-
**Is your feature request related to a problem? Please describe.**
Yes, I'm experiencing a limitation with integrating real-time notifications in my Serverpod application. Currently, Serverpod does n…
-
When is the FCM HTTP v1 API supported?
url: https://firebase.google.com/docs/cloud-messaging/server?authuser=0#choose
Example:
```
curl -X POST -H "Authorization: Bearer ya29.ElqKBGN2Ri_Uz...H…
camry updated
6 years ago
-
### Minimal reproducible example
https://github.com/expo/expo/issues/32006
### What platform(s) does this occur on?
Android
### Where did you reproduce the issue?
in a development build…
-
Let's poke the server every time the app is started, and every 7 days. (Every 7 days is in the best practices guide for FCM).
There's a bunch of logic in there now for caching the FCM token and de…