-
## Issue
Getting error while setting `setRemoteInputHistory`.
Here is a sample usage:
```
const notificationDef = new firebase.notifications.Notification()
.setNot…
-
## Bug Information
Version Number of Plugin: 3.0.8
Device Tested On: iPhone 8 Plus
Version of VS: Visual Studio For Mac
Version of Xamarin: Xamarin.Forms 4.4
Versions of other things you are us…
-
### Issue
Currently local notifications on android api > 26 are not working because we are not populating the channelId.
Example of code on JS land:
```
onNotification = (notification: Notif…
-
namespace Fcm\Push;
use Fcm\Exception\NotificationException;
use Fcm\Request;
class Notification implements Request
{
...
modify function
...
public function __construct(string $title = '…
-
## Documentation Feedback
Hi,
I want to display image in the notification on both iOS and Android. I did not find any stuff about it in the documentation.
I thought you didn't implement it, a…
-
Two weeks ago, remote notification were working fine on both ios and android.
Today well, on android when i send a notification, i receive a remote notification as expected.
while on ios nothing got…
-
**Describe the bug**
I have an error that display "Recipient of the message is not set.".
I want to sent a notification to a specific device.
I have tried following the documentation.
https://fire…
-
### [REQUIRED] Step 2: Describe your environment
* Operating System version: 10.15.1 (19B88) Mac OS Catalina
* Firebase SDK version: 3.2.0
* Library version: 3.2.0 ?
* Firebase Product: …
-
Hello,
I'm trying to send a notification with this sdk and I'm supposed to set ```"click_action":"FCM_PLUGIN_ACTIVITY"``` on the notification object so that our cordova app can handle click events. …
-
**Describe the bug**
It took me about three hours to figure out why my background message handler wasn't working. The documentation says "Define a top level Dart method to handle background messages…