You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2022. It is now read-only.
MyFlashLabs edited this page Apr 5, 2020
·
8 revisions
Getting started with Firebase ANE
Firebase AIR Native Extension collection consists of a Core ANE surrounded by other individual ANEs referred to as Firebase children which all depend on the Core. To use each of the Firebase features, you need to make sure you have added the Firebase Core ANE to your project and also you need to make sure your application is linked to your Firebase console. In this section you will learn all the details you need to know about how you can correctly setup Firebase in your Air app.
DISCRIMINATION: Firebase SDKs are developed by Google and they own every copyright to the Firebase "native" projects. However, we have used their "compiled" native SDKs to develop the ActionScript API to be used in AdobeAIR mobile projects. Moreover, as far as the documentations, we have copied and when needed has modified the Google documents so it will fit the needs of AdobeAIR community. If you wish to see the original documentations in Android/iOS, visit here. But if you are interested to do things in AdobeAIR, then you are in the right place.