Skip to content

Crashlytics Get Started

Eoin Landy edited this page Jan 30, 2020 · 2 revisions

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;
Clone this wiki locally