Skip to content

Update google-services.json Firebase config and simplify notification null checks#61

Open
Miggets7 wants to merge 1 commit into
mainfrom
update-google-services-firebase-config
Open

Update google-services.json Firebase config and simplify notification null checks#61
Miggets7 wants to merge 1 commit into
mainfrom
update-google-services-firebase-config

Conversation

@Miggets7

@Miggets7 Miggets7 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Refresh GenericApp/app/google-services.json toward the current Firebase project (openremoteapp-a6a60), switching the storage bucket to the *.firebasestorage.app host. The stale config caused Firebase Installations Service (FIS) auth failures that blocked FCM token retrieval and push delivery on Android:

    Failed to get FIS auth token
    com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later.
    
  • Simplify null/empty checks in ORFirebaseMessagingService to use isNullOrEmpty().

This is the Android-side follow-up to openremote/openremote#2794 ("Set action on push notification confirm button"), so the confirm-button action actually reaches the device.

Note: this is a partial refresh of google-services.json (storage bucket only; oauth_client is still empty). Full re-download and verification is tracked in #60.

Test plan

  • Build & run GenericApp; confirm an FCM token is obtained (no FIS errors in Logcat).
  • Trigger a rule push notification with an action + confirm button; tapping confirm executes the notification's action on-device.

Related

Refresh GenericApp/app/google-services.json toward the current Firebase
project (openremoteapp-a6a60): switch storage bucket to the
*.firebasestorage.app host. The stale config caused Firebase
Installations Service (FIS) auth failures that blocked FCM token
retrieval and push delivery on Android.

Also simplify null/empty checks in ORFirebaseMessagingService to use
isNullOrEmpty().

Refs #60
@Miggets7 Miggets7 force-pushed the update-google-services-firebase-config branch from b8156b9 to 284f69c Compare June 30, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant