UNPKG

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

14 lines (13 loc) 280 B
"use strict"; export const LastFetchStatus = { SUCCESS: 'success', FAILURE: 'failure', THROTTLED: 'throttled', NO_FETCH_YET: 'no_fetch_yet' }; export const ValueSource = { REMOTE: 'remote', DEFAULT: 'default', STATIC: 'static' }; //# sourceMappingURL=statics.js.map