-
## Bug report
**Describe the bug**
I am able to send/receive notifications on both Android and iOS. On iOS, notifications are not triggering the onMessage or onMessageOpened handlers. I am stumpedā¦
-
## Bug report
**Describe the bug**
Hi, I created a AndroidNotificationChannel with a vibrationPattern value, the vibrationPattern doesn't seem to work when receiving the background messages. I canā¦
-
Though some issues around the `SessionCache`have been raised, it may be a good idea to start a discussion about this `SessionCache` and the intended usage.
Some related issues of the past as startiā¦
boaks updated
3 years ago
-
MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 connect listeners added. Use emitter.setMaxListeners() to increase limit
const results = await push.send(devices, data);
ā¦
-
Hi,
I am facing a what I assume is a bug with version 10.8.0 of @react-native-firebase/messaging.
I can't get messaging to receive anything on iOS. This works on Android but on iOS I am not gettā¦
-
I'd like to group notifications like Hangouts does, where multiple messages are grouped together in one notification but I can't figure out how. From what I've read, this is a client-side implementatiā¦
-
The error I receive is
```json
{
"reason": "UnknownError",
"notification": {
"_deviceToken": "",
"_options": {
"contentAvailable": true,
"pushType": "background",
ā¦
-
Hello,
I have a problem with iOS and notifications when app killed (Quit).
I`m usind NodeJS for sending message to Firebase
If I add to my request
```
notification : {
title: rā¦
-
### Current behavior
```
#npm install -D cypress
npm ERR! code 1
npm ERR! path /root/docker/flatbay/node_modules/cypress
npm ERR! command failed
npm ERR! command sh -c node index.js --exec insā¦
-
## Issue
Describe your issue here
Hello team,
I am facing an issues with background notification as per your document. I am using this function For example :-
**_
`ā¦