firebase-ios-sdk
firebase-ios-sdk copied to clipboard
Realtime rc failsafe
Add back off flag to Realtime. If enabled, this will prevent Realtime from working until the app restarts. Backend will have a new field called featureDisabled added to stream response. If this field is enabled, this will set stop Realtime from working until the next time the app is restarted. The current back off state in the SDK will be represented by the flag gIsBackoffEnabled.
| 1 Warning | |
|---|---|
| :warning: | Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.) |
Generated by :no_entry_sign: Danger