1 Star 0 Fork 0

voidcat / firebase-ios-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.07 KB
一键复制 编辑 原始数据 按行查看 历史

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
Swift
1
https://gitee.com/voidcat/firebase-ios-sdk.git
git@gitee.com:voidcat/firebase-ios-sdk.git
voidcat
firebase-ios-sdk
firebase-ios-sdk
master

搜索帮助