Ghost-Android icon indicating copy to clipboard operation
Ghost-Android copied to clipboard

Integrate Firebase for crash reporting, analytics, and performance monitoring

Open vickychijwani opened this issue 5 years ago • 0 comments

Fabric was acquired by Google a while ago and their tools are being merged into Firebase. So we'll need to migrate off of Fabric in the coming months. Currently we use these Fabric tools:

While we're at it, Firebase has some other nice tools for things like performance monitoring and server-side app configuration as well. Worth looking into those.


Todo:

  • [x] Integrate Firebase Analytics
  • [ ] Integrate Firebase Crashlytics
  • [x] Integrate Firebase Performance Monitoring
  • [ ] Remove all traces of Fabric

Observations:

  • APK size impact with new firebase-core + firebase-perf deps: 9.86 MB -> 10.85 MB (+992 KB)
    • Removing Fabric eventually should offset this

vickychijwani avatar Feb 21 '19 19:02 vickychijwani