Skip to content

Remove FIR cpp SDK

Latest
Compare
Choose a tag to compare
@AGulev AGulev released this 18 Jan 09:03
· 1 commit to master since this release
  • 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.