Firebase
Last updated
Was this helpful?
Last updated
Was this helpful?
Firebase provides a set of services for mobile applications. The services include Performance Tracking, TestLab, Storage, Authentication etc.
One good thing is that each of these services are published as sub-specs so you can pick and choose the capabilities that you want.eg: Firebase/Auth
, Firebase/Core
, Firebase/PerformanceMonitoringetc.
Allows the configuration of the app to change based on users / segments etc. Equivalent to LaunchDarkly
Provides automatic performance tracking for network calls
You can also track specific actions using Performance.startTrace
, Performance.incrementCounter
and Performance.stop