Nick Cooke a0fd16d383 [Infra] Bump podspec min. versions (#15015) il y a 9 mois
..
PerfTestRigApp.xcodeproj a0fd16d383 [Infra] Bump podspec min. versions (#15015) il y a 9 mois
Resources 3720a72bac Fireperf SDK open source commit (#7140) il y a 5 ans
Source b64316622d Fix: FirebasePerformance TestApp log messages in the source code (#13822) il y a 1 an
Tests b1fdb68876 Enhance FirebasePerformance TestApp files structure (#13821) il y a 1 an
Podfile a0fd16d383 [Infra] Bump podspec min. versions (#15015) il y a 9 mois
README.md 6cd2938cf8 Update Performance documentation. (#7181) il y a 5 ans

README.md

Firebase Performance Development App

Setup

For Prod environment, create a Firebase project with bundle ID com.google.FIRPerfTestApp. Download and store the GoogleService-Info.plist under Plists/Prod/FIRPerfTestApp/. This should be sufficient for most scenarios.

For Autopush environment, create a Firebase project with bundle ID com.google.FIRPerfTestAppAutopush. Download and store the GoogleService-Info.plist under Plists/Autopush/FIRPerfTestAppAutopush/. 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.

Build

Generate project for Prod environment from FirebasePerformance

  • sh generate_project.sh -e "prod"

Generate project for Autopush environment from FirebasePerformance

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

Run

  • Select FirebasePerformance-TestApp target and device to run the App