Skip to content

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

Merged
MartinaeyNL merged 2 commits into
mainfrom
update-google-services-firebase-config
Jul 24, 2026
Merged

Update google-services.json Firebase config and simplify notification null checks#61
MartinaeyNL merged 2 commits into
mainfrom
update-google-services-firebase-config

Conversation

@Miggets7

@Miggets7 Miggets7 commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Fixes #60

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
@Miggets7
Miggets7 requested a review from a team July 15, 2026 10:27
@MartinaeyNL
MartinaeyNL enabled auto-merge (squash) July 24, 2026 12:27
@MartinaeyNL
MartinaeyNL merged commit 186f58a into main Jul 24, 2026
1 check passed
@wborn
wborn deleted the update-google-services-firebase-config branch July 25, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update GenericApp google-services.json to current Firebase project config

2 participants