-
According to the docs, as of Android Oreo apps supposedly require a channel ID in the AndroidNotification section, see [docs](https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages).…
-
```
package main
import (
"context"
"fmt"
"log"
"time"
firebase "firebase.google.com/go"
"firebase.google.com/go/messaging"
"google.golang.org/api/option"
)
func main() {
opt…
-
Currently there is a lack of examples for the library. I am presenting a Data Message in the README, which doesn't show what most users want to do: Notifications. I have already added the simple Andro…
-
**WARNING: 如果不按照这个表格,我们将无法帮助你,并将忽略你的问题。**
## 你的运行环境
* 插件版本: 3.5.1
* 平台(Android / iOS): Android
* Cordova version (```cordova -v```): 8.1.2
* Cordova platform version (```cordova platform l…
-
I do get a build error after updating to Unity 2018.1.0f2. When deleting the SimpleAndroidNotifications plugin, no error occurs.
----
CommandInvokationFailure: Gradle build failed.
C:/Program F…
-
## Environment
* Operating System version: **mac os x mojave 10.14.3**
* Firebase SDK version: **firebase-admin-2.16.0**
* Firebase Product: **cloud messaging**
## Problem description
I…
-
when app is foreground I get yellow error:
```
YellowBox.js:80 Possible Unhandled Promise Rejection (id: 0):
Error: AndroidNotification: Missing required `channelId` property
Error: AndroidNotif…
-
Look at method _notify in [AndroidNotification](https://github.com/kivy/plyer/blob/master/plyer/platforms/android/notification.py) class:
```
def _notify(self, **kwargs):
icon = getattr(Drawable…
-
Need an feature to send notification for specified channel_id.
For example:
```python
message = messaging.Message(
android=messaging.AndroidConfig(
ttl=datetime.timedelta(seconds=3600*6),
p…
-
SDK版本3.5
文档提供iosNotification在源码中是addIosNotification,
androidNotification在源码中是addAndroidNotification
且参数也不一样