From c77465aa8aae0ff11a44d3ac1066caa148d90c6e Mon Sep 17 00:00:00 2001 From: Brian Rodriguez Date: Mon, 23 Sep 2024 04:20:37 -0500 Subject: [PATCH] [Update] Android roadmap: Firebase docs (#7190) * [Update] Android roadmap: Firebase docs * [Update] Android roadmap: Firebase docs --- .../android/content/crashlytics@xB4evbD07n1VrHOIpowV4.md | 7 ++++++- .../android/content/remote-config@1Tz-Shj_Tuz2U8llEAcLr.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/android/content/crashlytics@xB4evbD07n1VrHOIpowV4.md b/src/data/roadmaps/android/content/crashlytics@xB4evbD07n1VrHOIpowV4.md index 2308ad652..55897fdf4 100644 --- a/src/data/roadmaps/android/content/crashlytics@xB4evbD07n1VrHOIpowV4.md +++ b/src/data/roadmaps/android/content/crashlytics@xB4evbD07n1VrHOIpowV4.md @@ -1,3 +1,8 @@ # Crashlytics -`Crashlytics` is a lightweight, real-time crash reporter that helps you track, prioritize, and fix stability issues that dismantle your app's quality. It delivers fast and precise information about crashes and helps you gain insights into your app's performance so you can pinpoint the exact line of code your app crashed on. Crashlytics offers a comprehensive suite of features like crash analysis, issue aggregation, and tracking user activities that led to a crash. This tool is now a part of Google's `Firebase` platform but can also be used independently. \ No newline at end of file +`Crashlytics` is a lightweight, real-time crash reporter that helps you track, prioritize, and fix stability issues that dismantle your app's quality. It delivers fast and precise information about crashes and helps you gain insights into your app's performance so you can pinpoint the exact line of code your app crashed on. Crashlytics offers a comprehensive suite of features like crash analysis, issue aggregation, and tracking user activities that led to a crash. This tool is now a part of Google's `Firebase` platform but can also be used independently. + +Visit the following resources to learn more: + +- [@official@Documentation](https://firebase.google.com/docs/crashlytics/get-started?platform=android) +- [@video@Firebase: Crashlytics](https://www.youtube.com/watch?v=LhjTAkifr6g) diff --git a/src/data/roadmaps/android/content/remote-config@1Tz-Shj_Tuz2U8llEAcLr.md b/src/data/roadmaps/android/content/remote-config@1Tz-Shj_Tuz2U8llEAcLr.md index 63e2cab59..674694968 100644 --- a/src/data/roadmaps/android/content/remote-config@1Tz-Shj_Tuz2U8llEAcLr.md +++ b/src/data/roadmaps/android/content/remote-config@1Tz-Shj_Tuz2U8llEAcLr.md @@ -1,3 +1,8 @@ # Remote Config -Firebase Remote Config is a cloud service offered by Firebase. It lets you change the behavior and appearance of your app without requiring a new app release. By using Firebase Remote config, you can customize your app for different user segments, manage the core aspects of your app by modifying parameters externally, and conduct A/B tests to improve your app. It works efficiently by using default values that control the behavior and appearance of your app. When your app needs configuration information, it makes a request to the Firebase Remote Config server. If the server has updated values, these values replace the default ones, hence modifying the app's behavior or appearance according to your needs. \ No newline at end of file +Firebase Remote Config is a cloud service offered by Firebase. It lets you change the behavior and appearance of your app without requiring a new app release. By using Firebase Remote config, you can customize your app for different user segments, manage the core aspects of your app by modifying parameters externally, and conduct A/B tests to improve your app. It works efficiently by using default values that control the behavior and appearance of your app. When your app needs configuration information, it makes a request to the Firebase Remote Config server. If the server has updated values, these values replace the default ones, hence modifying the app's behavior or appearance according to your needs. + +Visit the following resources to learn more: + +- [@official@Documentation](https://firebase.google.com/docs/remote-config/get-started?platform=android) +- [@video@Firebase: Remote config](https://www.youtube.com/watch?v=pcnnbjAAIkI)