Jump to top

LastFetchStatus

interface

A pseudo-enum for usage with ConfigSettingsRead.lastFetchStatus to determine the last fetch status.

Example
firebase.remoteConfig.LastFetchStatus;

Properties

FAILURE

</>

A value indicating that the last fetch failed.

FAILURE: "failure";

NO_FETCH_YET

</>

A value indicating that no fetches have occurred yet.

NO_FETCH_YET: "no_fetch_yet";

SUCCESS

</>

A value indicating that the last fetch was successful.

SUCCESS: "success";

THROTTLED

</>

A value indicating that the last fetch was throttled.

THROTTLED: "throttled";