Crashlytics

Crash report in the application through Firebase and Crashlytics.

You need to download the GoogleService-Info.plist and google-services.json files from your Firebase project, and add them in the following paths:

  • Android: in android/app/ folder, add the google-services.json file.

  • iOS: in ios/ folder, add the GoogleService-Info.plist file.

Last updated