Nick Cooke a553a4d259 [Performance] Address Xcode 14.3 Analyzer issues (#11241) před 2 roky
..
ProtoSupport ba0f4f2693 Combine nanopb scripts into a single location (#10439) před 3 roky
Sources a553a4d259 [Performance] Address Xcode 14.3 Analyzer issues (#11241) před 2 roky
Tests 729eb40cb2 Merge sessions-main with master (#10787) před 3 roky
CHANGELOG.md 62bb542a94 [Release] Update CHANGELOGs for 10.9.0 release (#11146) před 2 roky
README.md 6cd2938cf8 Update Performance documentation. (#7181) před 5 roky
generate_project.sh db898a0f51 Enable tvOS support for Perf (#7174) před 5 roky

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