Skip to main content

Firebase

The Firebase platform forms one of the biggest platforms for application development available today bringing together a range of Google services along with the acquired Firebase infrastructure services.

We have been working with Google to bring you the best available ANEs integrating Google services tightly with your AIR application.

This extension is to bring access Google's Firebase infrastructure to your AIR application.

The simple API allows you to quickly integrate Firebase in your AIR application. Identical code base can be used across all platforms allowing you to concentrate on your application and not device specifics.

We provide complete guides to get you up and running with Firebase as quickly and easily as possible.

Features:

Documentation

Latest documentation can be found in the wiki

Quick Example:

Firebase.initialiseApp();

// Log an event to analytics
var event:EventObject = new EventObject();
event.name = EventObject.ADD_TO_CART;
event.params[Params.PRICE] = 1.99;

Firebase.service.analytics.logEvent( event );

More information here:

com.distriqt.Firebase

License

You can purchase a license for using this extension:

airnativeextensions.com

distriqt retains all copyright.