TomYan2255

Results 4 comments of TomYan2255

add public void onNewToken(String s) in MessagingService can fixed the issues

don't use InstanceIdService.java, see https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceIdService

> I made some changes in code in below file, and its working now, also receiving notifications successfully: > \node_modules\react-native-fcm\android\src\main\java\com\evollu\react\fcm\InstanceIdService.java file > > ``` > package com.evollu.react.fcm; > > import...

> > add public void onNewToken(String s) in MessagingService can fixed the issues > > But error is located in this file:- > \node_modules\react-native-fcm\android\src\main\java\com\evollu\react\fcm\InstanceIdService.java file hide InstanceIdService.java don't used the...