I have to migrate from the deprecated synchronous api FirebaseInstanceId.getInstance().getId(); to the new async firebase api:
FirebaseInstanceId.getInstance().getId();
FirebaseInstallati