OneBusAway / onebusaway-iphone

OBA development has moved!
https://github.com/OneBusAway/OBAKit
Apache License 2.0
219 stars 117 forks source link

Overhauls Analytics #1366

Closed aaronbrethorst closed 6 years ago

aaronbrethorst commented 6 years ago

This change adds support for Firebase Analytics to the app, which is necessary as Fabric will be fully subsumed into Firebase in the next six months or so. Additionally, it increases the number of accessibility-related data points that we are tracking—we will now know what users' default font sizes are and whether they have high contrast mode enabled.

aaronbrethorst commented 6 years ago

cc @barbeau

barbeau commented 6 years ago

Nice! I'm actually in the middle of adding Firebase Cloud Firestore on Android to collect a limited amount of data during beta testing of destination alerts. Have you seen if iOS and Android apps should share same Firebase account as far as best practices? If so we should coordinate - I don't have anything stored in my setup yet so we could switch to yours if that makes sense.