|
20 | 20 | [![Actions Status][gh-inappmessaging-badge]][gh-actions]
|
21 | 21 | [![Actions Status][gh-interop-badge]][gh-actions]
|
22 | 22 | [![Actions Status][gh-messaging-badge]][gh-actions]
|
| 23 | +[![Actions Status][gh-performance-badge]][gh-actions] |
23 | 24 | [![Actions Status][gh-remoteconfig-badge]][gh-actions]
|
24 | 25 | [![Actions Status][gh-storage-badge]][gh-actions]
|
25 | 26 | [![Actions Status][gh-symbolcollision-badge]][gh-actions]
|
@@ -194,6 +195,12 @@ To run against a production instance, provide a valid GoogleServices-Info.plist
|
194 | 195 | [public](https://firebase.google.com/docs/database/security/quickstart) while your tests are
|
195 | 196 | running.
|
196 | 197 |
|
| 198 | +### Firebase Performance Monitoring |
| 199 | +If you're doing specific Firebase Performance Monitoring development, see |
| 200 | +[the Performance README](FirebasePerformance/README.md) for instructions about building the SDK |
| 201 | +and [the Performance TestApp README](FirebasePerformance/Tests/TestApp/README.md) for instructions about |
| 202 | +integrating Performance with the dev test App. |
| 203 | + |
197 | 204 | ### Firebase Storage
|
198 | 205 |
|
199 | 206 | To run the Storage Integration tests, follow the instructions in
|
@@ -253,6 +260,7 @@ pod 'Firebase/Database' # No watchOS support yet
|
253 | 260 | pod 'Firebase/Firestore' # No watchOS support yet
|
254 | 261 | pod 'Firebase/Functions' # No watchOS support yet
|
255 | 262 | pod 'Firebase/Messaging'
|
| 263 | +pod 'Firebase/Performance' # No macOS, tvOS, watchOS, and Catalyst support yet |
256 | 264 | pod 'Firebase/RemoteConfig' # No watchOS support yet
|
257 | 265 | pod 'Firebase/Storage'
|
258 | 266 | ```
|
@@ -305,6 +313,7 @@ Your use of Firebase is governed by the
|
305 | 313 | [gh-inappmessaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/inappmessaging/badge.svg
|
306 | 314 | [gh-interop-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/interop/badge.svg
|
307 | 315 | [gh-messaging-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/messaging/badge.svg
|
| 316 | +[gh-performance-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/performance/badge.svg |
308 | 317 | [gh-remoteconfig-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/remoteconfig/badge.svg
|
309 | 318 | [gh-storage-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/storage/badge.svg
|
310 | 319 | [gh-symbolcollision-badge]: https://github.com/firebase/firebase-ios-sdk/workflows/symbolcollision/badge.svg
|
|
0 commit comments