Skip to content

Remove FIR cpp SDK

Compare
Choose a tag to compare
@AGulev AGulev released this 18 Jan 09:07
· 2 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.analytics uses one callback for all the async event that can be added with firebase.remoteconfig.set_callback()
    • firebase.analytics.init() replaced with firebase.analytics.initialize()
    • see an example in the Firebase manual https://defold.com/extension-firebase-analytics/

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