Skip to content

Remove FIR cpp SDK

Choose a tag to compare

@AGulev AGulev released this 18 Jan 08:57
· 5 commits 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 uses one callback for all the async event that can be added with firebase.set_callback()
    • firebase.init() replaced with firebase.initialize() and now it's async (the result of operation will be provided in callback, see firebase.MSG_INITIALIZED)
    • see an example in the Firebase manual https://defold.com/extension-firebase/

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