Skip to content

Commit 165c5f5

Browse files
authored
Update platform support list (#7827)
Perf and FIAM now have tvOS support
1 parent e299e64 commit 165c5f5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,14 @@ To install, add a subset of the following to the Podfile:
272272

273273
```
274274
pod 'Firebase/ABTesting'
275-
pod 'Firebase/Auth' # Limited watchOS support
275+
pod 'Firebase/Auth' # Limited watchOS support
276276
pod 'Firebase/Crashlytics'
277-
pod 'Firebase/Database' # No watchOS support yet
278-
pod 'Firebase/Firestore' # No watchOS support yet
279-
pod 'Firebase/Functions' # No watchOS support yet
277+
pod 'Firebase/Database' # No watchOS support yet
278+
pod 'Firebase/Firestore' # No watchOS support yet
279+
pod 'Firebase/Functions' # No watchOS support yet
280+
pod 'Firebase/InAppMessaging' # No macOS, watchOS, and Catalyst support yet
280281
pod 'Firebase/Messaging'
281-
pod 'Firebase/Performance' # No macOS, tvOS, watchOS, and Catalyst support yet
282+
pod 'Firebase/Performance' # No macOS, watchOS, and Catalyst support yet
282283
pod 'Firebase/RemoteConfig'
283284
pod 'Firebase/Storage'
284285
```

0 commit comments

Comments
 (0)