Quan Pham

Results 18 issues of 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....

api: remoteconfig

Fixes bugs from the bug bash - bug/[241812063](https://b.corp.google.com/issues/241812063) -

api: remoteconfig

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.

api: core
api: storage
api: remoteconfig
public-api-change

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....

size/L

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...

size/XXL

size/XL
do-not-merge/work-in-progress

- 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...

size/L

Change exponential backoff logic to use base RC's backoff logic and persist backoff state to disk.

api: remoteconfig

Update Realtime exceptions to the ones specified in this doc: [go/realtime-rc-sdk-exceptions](http://goto.google.com/realtime-rc-sdk-exceptions)

api: remoteconfig
public-api-change