All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
10.0.0 (2020-11-17)
- breaking change to mark new internal versioning requirements.
10.0.1 (2020-11-10)
Note: Version bump only for package @react-native-firebase/remote-config
10.0.0 (2020-11-10)
- remote-config: BREAKING drop deprecated APIs (86b6086)
- remote-config: drop defaultConfig, settings, isDeveloperModeEnabled, minimumFetchInterval, setLogLevel
9.0.12 (2020-10-30)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.11 (2020-10-16)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.10 (2020-09-30)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.9 (2020-09-30)
9.0.8 (2020-09-30)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.7 (2020-09-17)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.6 (2020-09-17)
9.0.5 (2020-09-11)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.4 (2020-09-11)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.3 (2020-09-02)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.2 (2020-08-30)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.1 (2020-08-28)
Note: Version bump only for package @react-native-firebase/remote-config
9.0.0 (2020-08-28)
Previous behaviour returned a boolean indicating if config values were activated
New behaviour returns a boolean indicating if any config values were fetched remotely.
Previous behaviour returned a boolean indicating if config values were activated
New behaviour returns a boolean indicating if any local config values were activated.
8.2.1 (2020-08-26)
Note: Version bump only for package @react-native-firebase/remote-config
8.2.0 (2020-08-26)
8.1.4 (2020-08-25)
8.1.3 (2020-08-15)
Note: Version bump only for package @react-native-firebase/remote-config
8.1.2 (2020-08-15)
8.1.1 (2020-08-03)
Note: Version bump only for package @react-native-firebase/remote-config
8.1.0 (2020-08-03)
8.0.0 (2020-07-23)
This release is aimed at aligning the API to match the Firebase Web SDK as well as introducing support for multiple Firebase apps.
Pull Request: #3537
const remoteConfig = firebase.remoteConfig();- added
ensureInitializedAPI. - added
resetAPI for android only console.warn()if user tries to setdefaultConfigwhich is part of web sdk.console.warn()if user tries to setsettingswhich is part of web sdk.console.warn()if user tries to setsetLogLevelwhich is part of web sdk.
const remoteConfig = firebase.remoteConfig().setConfigSettings({});- can set 'minimumFetchIntervalMillis' in
setConfigSettingsto match web sdk. - can set 'fetchTimeMillis' in
setConfigSettingsto match web sdk.
isDeveloperModeEnabledfrom config settings and console.warn() if tried to set.minimumFetchIntervalconfig setting and console.warn() if tried to set.
const remoteConfig = firebase.remoteConfig().getValue('key');asBoolean()resolves value to a boolean.asNumber()resolves value to a number.asString()resolves value to a string.getSource()source of the property.
valueremoved property. Not sure how to warn users it is no longer availablesourceremoved property. Again, not sure how to warn users.
- Switched to
setConfigSettingsAsyncfor Android, nothing similar for iOS. - Switched to
fetchAndActivateAPI for both platforms. - Switched to async
activateAPI for iOS. No changes needed for Android. - Multiple Firebase apps now supported on both platforms.
7.2.2 (2020-07-09)
Note: Version bump only for package @react-native-firebase/remote-config
7.2.1 (2020-07-07)
Note: Version bump only for package @react-native-firebase/remote-config
7.2.0 (2020-07-07)
7.1.8 (2020-07-05)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.7 (2020-06-30)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.6 (2020-06-26)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.5 (2020-06-22)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.4 (2020-06-10)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.3 (2020-06-03)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.2 (2020-05-29)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.1 (2020-05-29)
Note: Version bump only for package @react-native-firebase/remote-config
7.1.0 (2020-05-22)
7.0.1 (2020-05-13)
Note: Version bump only for package @react-native-firebase/remote-config
7.0.0 (2020-05-13)
- breaking change to mark new internal versioning requirements.