Skip to content

Releases: defold/extension-firebase-remoteconfig

Remove FIR cpp SDK

18 Jan 09:03
Compare
Choose a tag to compare
  • Firebase CPP SDK was removed from the extension, and now the extension uses iOS and Android SDKs directly.
  • BREAKING CHANGES in API:
    • Now firebase.remoteconfig uses one callback for all the async event that can be added with firebase.remoteconfig.set_callback()
    • firebase.remoteconfig.init() replaced with firebase.remoteconfig.initialize() and now it's async (the result of operation will be provided in callback, see firebase.remoteconfig.MSG_INITIALIZED)
    • see an example in the Firebase manual https://defold.com/extension-firebase-remoteconfig/

Special thanks to @Sippul79 for doing most of the work.

Upgraded build.gradle for compatibility with Gradle 7.x

19 Jul 11:24
b065140
Compare
Choose a tag to compare

FIX: The build.gradle is now compatible with Gradle 7.x and above
CHANGE: The extension uses cocoapods for ios

Updated Firebase SDK

19 Jan 07:21
019bb92
Compare
Choose a tag to compare

CHANGE: Upgraded Firebase remote config to C++ SDK to 8.10.0 / iOS SDK to 8.13.0. Thanks @dri-richard

Added `get_keys()` function to get the set of all keys

23 Feb 10:38
d9b07d9
Compare
Choose a tag to compare

Added set_minimum_fetch_interval(millis)

18 Feb 13:19
8d84dae
Compare
Choose a tag to compare

NEW: Added set_minimum_fetch_interval(millis). Thanks @dri-richard !

Smaller mutex scope

29 Oct 09:00
71e022b
Compare
Choose a tag to compare
  • Use smaller scope for the callback's mutex to avoid possible ANRs/Crashes

Fixed get_string() and get_data() on iOS

09 Sep 10:43
Compare
Choose a tag to compare
Fixed issue with string and data

Fixes #2

Make sure Remote Config is initalized before use

01 Jun 07:50
Compare
Choose a tag to compare

FIX: Check that firebase.remoteconfig.init() has been called before any other function is used

Fixed iOS build error

27 May 11:27
Compare
Choose a tag to compare

FIX: Added missing iOS frameworks

First public release

26 May 22:46
Compare
Choose a tag to compare
1.0.0

Update index.md