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
MyFlashLabs edited this page Apr 5, 2020
·
11 revisions
Before you begin, you need a few things set up in your project environment.
On the Android side
- Minimum Android API version to support apps with Firebase is 19+
- Any Google Play Services or Firebase dependency ANEs you use in your project must match the version number described in this document.
On the iOS side
- Minimum iOS version to support apps with Firebase is 10.0+
- For Cloud Messaging (FCM):
- 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: Firebase Phone authentication 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.
- For DynamicLinks, you must enable Associated Domains in your apple developer console.
On the AIR side
- AIR SDK 33+
- Run on a real device not a simulator.
- There's a known bug in AIR SDK which will prevent you from compiling your app when using Firebase ANEs. While we are waiting for Adobe to fix the bug in the SDK, there's a workaround explained in this video.
- How to fix: copy the file framework lclang_rt from xcode 10.1 to your AIR SDK.
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