Analytics Configuring the ANE - tuarua/Firebase-ANE GitHub Wiki
N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.
The following is the required minimum air_package.json setup for using Firebase.
Regardless of which Firebase module(s) you choose to use your project must have the following:
{
"name": "firebase-sample",
"version": "0.14.0",
"appDescriptor": "src/Main-app.xml",
"variables": {
},
"airDotPrefix": true,
"appleTeamId": "XXXXXX",
"repository": {
"url": "https://tuarua.github.io/air/air_packages.json"
},
"dependencies": {
"com.tuarua.firebase.FirebaseANE": "0.14.0",
"com.tuarua.firebase.AnalyticsANE": "0.14.0",
}
}
air-tools downloads ANE dependencies and merges AndroidManifest, InfoAdditions and Entitlements entries into your app.xml.