Improving Your App
After we complete the development and publishing of our app, it is important to always be on the lookout when using things that help improve our apps, such as Firebase Messaging or Crashlytics. We are going to be learning how to use Firebase Messaging and Crashlytics in this chapter.
In this chapter, we will learn step-by-step techniques on how to improve our apps by adding analytics—Firebase Crashlytics—and how to use cloud messaging to increase user engagement. We will learn how to send notifications to our apps from the Firebase console. Additionally, we will learn some tips and tricks for securing our apps to ensure that user data is not compromised.
In this chapter, we’re going to cover the following main topics:
- Using Firebase Crashlytics to detect crashes
- Improving app engagement with Firebase Messaging
- Securing your app