Firebase crashlytics dashboard keeps Loading

Viewed 4610

Firebase crashlytics console displays "loading" after a click on the "Enable Crashlytics" button.

  1. Firebase Console: https://console.firebase.google.com/u/0/
  2. Select Project
  3. Select Crashlytics
  4. Click "Enable Crashlytics"

It displays the spinner. It has been like this for several minutes.

1 Answers

First, make sure that you've followed all the instructions here to get the Crashlytics SDK set up. Then, force a crash to test your implementation. This is required to get past the onboarding screen that you're seeing at the moment.

If that doesn't work, try enabling debug logging and going through the build, run, crash, and relaunch process again, and paste any Crashlytics or Firebase-related logs into your original question.

Related