Remove FIR cpp SDK
- Firebase CPP SDK was removed from the extension, and now the extension uses iOS and Android SDKs directly.
- BREAKING CHANGES in API:
- Now
firebaseuses one callback for all the async event that can be added withfirebase.set_callback() firebase.init()replaced withfirebase.initialize()and now it's async (the result of operation will be provided in callback, seefirebase.MSG_INITIALIZED)- see an example in the Firebase manual https://defold.com/extension-firebase/
- Now
Special thanks to @Sippul79 for doing most of the work.