SyntaxFix
Write A Post
Hire A Developer
Questions
This line should get you the firebase FCM token.
String token = FirebaseInstanceId.getInstance().getToken(); Log.d("MYTAG", "This is your Firebase token" + token);
Do Log.d to print it out to the android monitor.