Firestore 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.
{
"dependencies": {
"com.tuarua.firebase.FirestoreANE": "0.14.0",
}
}
Then run the install command
air-tools install
iOS
The ANE + Dependencies
N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.
You will also need to package gRPCCertificates.bundle in the root when packaging your AIR app.