Skip to content

Add configUpdates Flow for real-time Remote Config listeners - #824

Open
masaibar wants to merge 4 commits into
GitLiveApp:masterfrom
masaibar:feature/remote-config-realtime-listener
Open

Add configUpdates Flow for real-time Remote Config listeners#824
masaibar wants to merge 4 commits into
GitLiveApp:masterfrom
masaibar:feature/remote-config-realtime-listener

Conversation

@masaibar

@masaibar masaibar commented May 24, 2026

Copy link
Copy Markdown

Add configUpdates: Flow<ConfigUpdate> to FirebaseRemoteConfig to support real-time config update listening via the native SDK's addOnConfigUpdateListener API.

  • Android: implemented with callbackFlow wrapping ConfigUpdateListener
  • Apple (iOS/tvOS/macOS): implemented with callbackFlow wrapping FIRRemoteConfig.addOnConfigUpdateListener
  • JS: stub returning emptyFlow() (not yet implemented)

close #626
close #769

masaibar and others added 3 commits May 8, 2026 02:04
Add `configUpdates: Flow<ConfigUpdate>` to `FirebaseRemoteConfig` to
support real-time config update listening via the native SDK's
`addOnConfigUpdateListener` API.

- Android: implemented with callbackFlow wrapping ConfigUpdateListener
- Apple (iOS/tvOS/macOS): implemented with callbackFlow wrapping
  FIRRemoteConfig.addOnConfigUpdateListener
- JS: stub returning emptyFlow() (not yet implemented)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants