Below is a topic we frequently receive questions about. We hope you find the response useful as well.
Firebase crashlytics Proguard
User 1 - Dec 2022
Startup error
I don’t want obfuscated output on firebase crashlytics side with proguard, how can I do it? How can I exclude firebase crashlytics?
Tag(s):
Guardsquare
Connect with the author
Android
10 min read
| January 14, 2025
Mobile App Development Practices That May Unintentionally Facilitate Reverse Engineering
Read More
iOS
9 min read
| January 7, 2025
4 iOS Mobile App Security Best Practices
Read More
Financial services
7 min read
| December 24, 2024
Guardsquare Team - Dec 2022
Hello @User 1,
Welcome to the PG Community!
You can find instructions for getting de-obfuscated stacktraces with ProGuard/Crashlytics inside the Firebase manual:
https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=android
To quickly summarize, you need to add the following to your proguard config file:
And enable mapping file upload in your buildTypes:
Please let us know if something is not clear.
Kindest regards,
The Guardsquare Team