Skip to content

Analytics Configuring the ANE

Tua Rua edited this page Sep 14, 2020 · 10 revisions

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.

Clone this wiki locally