Why not getting Android Firebase FCM registration token?
问题 I'm trying to send a push notification to my app from my app server but i'm not getting the FCM registration token through FirebaseInstanceIdService . Here i'm using Genymotion personal edition emulator.is that problem with my emulators API? here is FirebaseInstanceIdService public class FcmInstanceIdService extends FirebaseInstanceIdService { @Override public void onTokenRefresh() { String recent_token = FirebaseInstanceId.getInstance().getToken(); SharedPreferences sharedPreferences =