Quan Pham
Quan Pham
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....
Fixes bugs from the bug bash - bug/[241812063](https://b.corp.google.com/issues/241812063) -
Merge Realtime feature into firebase-config SDK. [go/realtime-rc-api-proposal](http://go/realtime-rc-api-proposal) This is a draft PR to initiate the review for the overall change that we plan to make.
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....
Prototype for Realtime RC Changes include: Adds an HTTP 1.1 client that accepts streamed messages via chunked encoding Autofetches on every notification push Adds callback interface to use for every...
- Check http response status code before retrying. Http status codes being used to retry are: Ok 200 Client Timeout 408 Bad Gateway 502 Unavailable 503 Gateway timeout 504 Similar...
Change exponential backoff logic to use base RC's backoff logic and persist backoff state to disk.
Update Realtime exceptions to the ones specified in this doc: [go/realtime-rc-sdk-exceptions](http://goto.google.com/realtime-rc-sdk-exceptions)