evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

Use Firebase Cloud Message #1114

Open jpventura opened 5 years ago

jpventura commented 5 years ago

Fixes #1111

NemanjaManot commented 5 years ago

@evollu merge please.

Sharcoux commented 5 years ago

@jpventura Shouldn't String refreshedToken = FirebaseInstanceId.getInstance().getToken() be replaced to use the token provided by onNewToken?