Paul Beusterien 7b946765ec Remove slashes from log messages (#9391) 4 лет назад
..
ProtoSupport ec193d0150 Add Performance Support for Swift Package Manager (#8412) 4 лет назад
Sources 7b946765ec Remove slashes from log messages (#9391) 4 лет назад
Tests 99275370a2 Merge remote-tracking branch 'origin/master' into v9b 4 лет назад
CHANGELOG.md df5d2c6d26 Remove the double dispatch code from the pre-warm detection. (#9528) 4 лет назад
README.md 6cd2938cf8 Update Performance documentation. (#7181) 5 лет назад
generate_project.sh db898a0f51 Enable tvOS support for Perf (#7174) 5 лет назад

README.md

Firebase Performance Monitoring

Firebase Performance Monitoring 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.

Prereqs

  • gem install --user cocoapods cocoapods-generate

To develop on Firebase Performance

  • Run sh generate_project.sh

The above command should be sufficient for most scenarios. Few more options listed below.

Generate project for Prod environment

  • sh generate_project.sh -e "prod"

Generate project for Autopush environment. The events generated for the Autopush environment will not be available on the console outside of Google as these are processed on our staging servers.

  • sh generate_project.sh (or) sh generate_project.sh -e "autopush"

Re-generate XCode project by deleting old XCode project

  • sh generate_project.sh -c