Jesús Rojas 9cb17fca63 Fix #14273: Prevent race condition crash in FPRTraceBackgroundActivityTracker (#15382) 5 luni în urmă
..
ProtoSupport ca522d2d2a [Infra] Rename references from `master` to `main` (#12203) 2 ani în urmă
Sources 9cb17fca63 Fix #14273: Prevent race condition crash in FPRTraceBackgroundActivityTracker (#15382) 5 luni în urmă
Tests 9cb17fca63 Fix #14273: Prevent race condition crash in FPRTraceBackgroundActivityTracker (#15382) 5 luni în urmă
CHANGELOG.md 9cb17fca63 Fix #14273: Prevent race condition crash in FPRTraceBackgroundActivityTracker (#15382) 5 luni în urmă
README.md 641e6f8f55 [NFC] Fix typos: XCode -> Xcode (#12294) 2 ani în urmă
generate_project.sh 641e6f8f55 [NFC] Fix typos: XCode -> Xcode (#12294) 2 ani în urmă

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