evollu / evollu/react-native-fcm

Send push notification to device

Open
#461 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.7k
Forks
661
PR merge metrics
No merged PRs in 30d

Description

Hi,

I have tested your demo app and Local notification work fine, but i tried to send with a token but i don't no why, i receive nothing.

Here's the code
```
render() {
FCM.getFCMToken().then(token => { // token android
firebaseClient.sendNotificationWithData(token)
});
//this.showLocalNotification()
return (



);
}
```

I have already imported FirebaseClient and PushController

On console i have a success response but i don't receive notification.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.