I have the following issue while retrieving firebase Token with
FirebaseMessaging.getInstance().getToken()
in DEBUG mode I get the token and I send it to the server
in RUN mode, the app works fine, it's published BUT I can't get the token since I've got thanks to Crashlytics @Firebase console
java.io.IOException: FIS_AUTH_ERROR
I tried all suggested solutions found here java.io.IOException: FIS_AUTH_ERROR in Android Firebase without success
Library used, build.gradle (:app)
implementation platform('com.google.firebase:firebase-bom:26.7.0')