18 lines
588 B
Markdown
18 lines
588 B
Markdown
|
# Firebase Performance
|
||
|
|
||
|
Firebase Performance is a free mobile app performance analytics service. It
|
||
|
provides detailed information about the performance of your apps automatically,
|
||
|
but works at its best with Timers set by you. For more information about app
|
||
|
performance and many other cool mobile services, check out [Firebase]
|
||
|
(https://firebase.google.com).
|
||
|
|
||
|
## Getting Started with Cocoapods
|
||
|
|
||
|
1. Follow the instructions for
|
||
|
[setting up Firebase](https://developers.google.com/firebase/docs/ios/)
|
||
|
2. Add the following to your Podfile
|
||
|
|
||
|
```
|
||
|
pod 'Firebase/Performance'
|
||
|
```
|