This repository has been archived by the owner on May 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
A.1. Prerequisites
Hadi Tavakoli edited this page Jul 20, 2017
·
11 revisions
Before you begin, you need a few things set up in your environment.
On the Android side
- Minimum Android OS version must be 15 or higher.
- Any Google Play Services ANE dependencies or any Firebase dependency ANEs that you may use must be at least V11.0.2
On the iOS side
- Minimum iOS version must be 8.0 or higher.
- For Cloud Messaging:
- APNs certificate with Push Notifications enabled. (You'll need this only for supporting the FCM)
- Make sure your .mobileprovision file is renewed after you added APNs to your app settings in Apple console. NOTICE: Since Firebase ANE V5.0.0, we are supporting Phone authentication. This feature on iOS works only if you have setup your APNs certificate with Push Notification. To know how to do that, you can refer to this page.
On the Air side
- Adobe Air SDK 25+
- Run on a real device not a simulator.
Enjoy building Air apps – With ♥ from MyFlashLabs Team
Introduction to Firebase ANEs collection for Adobe Air apps
Get Started with Firebase Core in AIR
- Prerequisites
- Add Firebase to your app
- Add the Firebase SDK
- Init Firebase Core
- Available ANEs
- Managing Firebase iid
Get Started with Authentication
- Add Authentication
- Init Authentication
- Manage Users
- Phone Number
- Custom Auth
- Anonymous Auth
- State in Email Actions
- Email Link Authentication
Get Started with FCM + OneSignal
- Add FCM ANE
- Init FCM ANE
- Send Your 1st Message
- Send Msg to Topics
- Understanding FCM Messages
- init OneSignal
- Add Firestore
- Init Firestore
- Add Data
- Transactions & Batches
- Delete Data
- Manage the Console
- Get Data
- Get Realtime Updates
- Simple and Compound
- Order and Limit Data
- Paginate Data
- Manage Indexes
- Secure Data
- Offline Data
- Where to Go From Here
Get Started with Realtime Database
- Add Realtime Database
- Init Realtime Database
- Structure Your Database
- Save Data
- Retrieve Data
- Enable Offline Capabilities
Get Started with Remote Config
- Add Storage ANE
- Init Storage ANE
- Upload Files to Storage
- Download Files to Air
- Use File Metadata
- Delete Files