@react-native-firebase/remote-config
Version:
React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.
12 lines • 360 B
TypeScript
export declare const LastFetchStatus: {
readonly SUCCESS: "success";
readonly FAILURE: "failure";
readonly THROTTLED: "throttled";
readonly NO_FETCH_YET: "no_fetch_yet";
};
export declare const ValueSource: {
readonly REMOTE: "remote";
readonly DEFAULT: "default";
readonly STATIC: "static";
};
//# sourceMappingURL=statics.d.ts.map