Describe the bug
Since the 02.09.24 my homeassistant notifications do not work, i checked it today and it seems that it cannot get a Firebase token, i have 46 other apps registered and they all work.
In the log linked in the Homeassistant Community Post you can see the following error when FirebaseMessaging.getInstance().token.await() is called:
java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: SERVICE_NOT_AVAILABLE
To Reproduce
Steps to reproduce the behavior:
Login on homeassistant companion app
See the Firebase error dialog
Expected behavior
Homeassistant should be able to get a token
System
Android Version: 14
Custom ROM: CalyxOS 5.11.0
microG: 0.3.2.240913-19
Describe the bug Since the 02.09.24 my homeassistant notifications do not work, i checked it today and it seems that it cannot get a Firebase token, i have 46 other apps registered and they all work.
In the log linked in the Homeassistant Community Post you can see the following error when
FirebaseMessaging.getInstance().token.await()
is called:java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: SERVICE_NOT_AVAILABLE
To Reproduce Steps to reproduce the behavior:
Expected behavior Homeassistant should be able to get a token
System Android Version: 14 Custom ROM: CalyxOS 5.11.0 microG: 0.3.2.240913-19
Additional context Homeassistant Community Post