-
-
Notifications
You must be signed in to change notification settings - Fork 5
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.
Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.
Project setup
Analytics
Authentication
Dynamic Links
Google Sign In
Firestore
- Configuring the ANE
- Get Started
- Add and Manage Data
- Query Data
- Get Data
- Get Realtime Updates
- Perform Simple and Compound Queries
- Order and Limit Data
- Paginate Data
Messaging
One Signal
Performance
Remote Config
Storage
- Configuring the ANE
- Get Started
- Create a Reference
- Upload Files
- Download Files
- Use File Metadata
- Delete Files
Crashlytics
Vision
- Detect faces
- Scan barcodes
- Label images
- Recognize landmarks
- Natural Language
- Custom Models
External Links