-
Is it possible to set the channel id for android? I tried adding "android_channel_id" to setAndroidConfig,
'notification' => [
'title' => $title,
'b…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Are you aware of the differences between iOS and Android background message handling?
- [X] I understan…
-
I have been using FCM for testing for some time before pushing out...... Just don't know why it stopped working altogether for like a month now. Had to change the key and try again but still isn't wor…
-
When using ->setAndroid as shown the readme, the notification does not send.
Using it this way works fine.
`return FcmMessage::create()
->setData(['data1' => 'value', 'data2' => 'va…
-
Describe the bug
For example when using path_provider inside a BackgroundMessageHandler the handler stops execution with an error like this:
`I/flutter ( 4554): FlutterFire Messaging: An error occur…
-
**My Environment**
* Operating System version: macOS Monterey (12.6)
* Firebase SDK version: 6.0.0
* Python version: 3.8.14
* pip version: 22.2.2
* requests version: 2.28.1
* urll…
ghost updated
2 years ago
-
### Summary
Using "expo-notifications": "~0.16.1", when a notification is received while the app is in the background, tapping on Push Notifications from the Android Notification Tray does not open t…
-
## Bug report
When mobile phone lock screen, BackgroundMessage method sometime working, but sometime not be triggered.
On Android,When mobile phone lock screen, sometime can receive messages, some…
niumj updated
2 years ago
-
I'm trying to send data as follows in **sendFcm** method;
`return FcmMessage::create()
->setData(['type' => 'xxx', 'id' => 21465])
->setNotification(\NotificationChannels\…
-
how to Subscribe token to topic add send notification large number of users
I'am using for setTopic
```
public function toFcm($notifiable)
{
return FcmMessage::create()
…