File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -272,13 +272,14 @@ To install, add a subset of the following to the Podfile:
272
272
273
273
```
274
274
pod 'Firebase/ABTesting'
275
- pod 'Firebase/Auth' # Limited watchOS support
275
+ pod 'Firebase/Auth' # Limited watchOS support
276
276
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
280
281
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
282
283
pod 'Firebase/RemoteConfig'
283
284
pod 'Firebase/Storage'
284
285
```
You can’t perform that action at this time.
0 commit comments