0
0
Firebasecloud~5 mins

Crashlytics setup in Firebase - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is Firebase Crashlytics?
Firebase Crashlytics is a tool that helps you find and fix app crashes quickly by collecting crash reports and showing detailed information about the problems.
Click to reveal answer
beginner
Name the first step to set up Crashlytics in a Firebase project.
The first step is to add your app to the Firebase project and include the Firebase SDK in your app code.
Click to reveal answer
beginner
Why do you need to add the Crashlytics SDK to your app?
Adding the Crashlytics SDK allows your app to send crash reports to Firebase so you can see and fix issues.
Click to reveal answer
intermediate
What is the purpose of enabling automatic data collection in Crashlytics?
Automatic data collection lets Crashlytics gather crash data without extra code, making setup easier and ensuring you get crash reports.
Click to reveal answer
intermediate
How can you test if Crashlytics is correctly set up in your app?
You can force a test crash in your app and then check the Firebase console to see if the crash report appears.
Click to reveal answer
What is the first thing to do when setting up Crashlytics?
AAdd your app to a Firebase project
BWrite crash reports manually
CDeploy your app to users
DCreate a new Google account
Which SDK do you need to add to your app for Crashlytics to work?
AFirebase Authentication SDK
BGoogle Maps SDK
CFirebase Crashlytics SDK
DFirebase Storage SDK
What does enabling automatic data collection in Crashlytics do?
ADeletes crash reports after sending
BPrevents crash reports from being sent
CRequires manual crash report sending
DSends crash reports automatically
How can you verify Crashlytics is working after setup?
AUninstall and reinstall the app
BForce a test crash and check Firebase console
CSend an email to Firebase support
DRestart your device
Where do you view crash reports collected by Crashlytics?
AFirebase console
BGoogle Play Store
CApp Store Connect
DYour device settings
Explain the basic steps to set up Firebase Crashlytics in a new app.
Think about what you do from Firebase setup to testing crash reports.
You got /4 concepts.
    Describe how Crashlytics helps developers improve app quality.
    Focus on the benefits of crash reporting.
    You got /4 concepts.