Firebase Crashlytics for multiple targets in an iOS app
Google Firebase Crashlytics is an important feature to add to your mobile apps. You can never miss a critical app crash with real-time alerts for new issues. The crashes are prioritized by the impact on actual users so you know how to best fix bugs.
I am considering that you have targets for “debug” and “release” already set up in your Xcode project. You must also have two different bundle identifiers for both debug and release. Keep them handy, you’re gonna need them very soon. Now let’s get going.