Crashlytics Get Started - tuarua/Firebase-ANE GitHub Wiki
The contents of this page are based on the original Firebase Documentation
Before you begin
Enable Crashlytics:
Click Set up Crashlytics in the Firebase console.
Initializing Crashlytics
You must initialize Firebase before any Firebase reference is created or used. If you have already done this for another Firebase feature, you can skip this step.
FirebaseANE.init();
var crashlytics:CrashlyticsANE = CrashlyticsANE.crashlytics;