Dynamic Links Configuring the ANE - tuarua/Firebase-ANE GitHub Wiki

The ANE + Dependencies

Firstly, complete the Configuring the ANE section for Analytics.

Add the following to your air_package.json and update the firebase*_ values to your own. These are for iOS as per the Firebase docs

{
   "variables": {
     "firebase_associated_domain": "xxxx.app.goo.gl",
     "firebase_scheme_name": "xxxxx",
     "firebase_scheme_url": "com.googleusercontent.apps.xxxxx",
  },
  "dependencies": {

    "com.tuarua.firebase.DynamicLinksANE": "0.14.0",
  }
}

Then run the install command

air-tools install