In the last Firebase version, this method is deprecated
FirebaseInstanceId.getInstance().getToken()
Is there any new function that I can use to get token synchronously?
Important: onNewToken() method does not work for me
In the last Firebase version, this method is deprecated
FirebaseInstanceId.getInstance().getToken()
Is there any new function that I can use to get token synchronously?
Important: onNewToken() method does not work for me