OneSignal 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 onesignal_app_id value to your own.

{
   "variables": {
     "onesignal_app_id": "xxxx-x-x-x-xxxx",
     "onesignal_google_project_number": ""
  },
  "dependencies": {

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

Then run the install command

air-tools install