@@ -243,13 +243,21 @@ The iOS Simulator cannot register for remote notifications, and will not receive
243
243
In order to receive push notifications, you'll have to follow the steps above and run the app on a
244
244
physical device.
245
245
246
- ## Community Supported Efforts
246
+ ## Building with Firebase on Apple platforms
247
+
248
+ At this time, not all of Firebase's products are available across all Apple platforms. However,
249
+ Firebase is constantly evolving and community supported efforts have helped expand Firebase's support.
250
+ To keep up with the latest info regarding Firebase's support across Apple platforms, refer to
251
+ [ this chart] ( https://firebase.google.com/docs/ios/learn-more#firebase_library_support_by_platform )
252
+ in Firebase's documentation.
253
+
254
+ ### Community Supported Efforts
247
255
248
256
We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are
249
257
very grateful! We'd like to empower as many developers as we can to be able to use Firebase and
250
258
participate in the Firebase community.
251
259
252
- ### tvOS, macOS, watchOS and Catalyst
260
+ #### tvOS, macOS, watchOS and Catalyst
253
261
Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and
254
262
work on tvOS, macOS, watchOS and Catalyst.
255
263
@@ -268,22 +276,6 @@ app has communicated with our servers". This relies on Analytics and will not wo
268
276
macOS/tvOS/watchOS/Catalyst.
269
277
** It's safe to ignore the message and continue** , the rest of the SDKs will work as expected.
270
278
271
- To install, add a subset of the following to the Podfile:
272
-
273
- ```
274
- pod 'Firebase/ABTesting'
275
- pod 'Firebase/Auth' # Limited watchOS support
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
280
- pod 'Firebase/InAppMessaging' # No macOS, watchOS, and Catalyst support yet
281
- pod 'Firebase/Messaging'
282
- pod 'Firebase/Performance' # No macOS, watchOS, and Catalyst support yet
283
- pod 'Firebase/RemoteConfig'
284
- pod 'Firebase/Storage'
285
- ```
286
-
287
279
#### Additional Catalyst Notes
288
280
289
281
* FirebaseAuth and FirebaseMessaging require adding ` Keychain Sharing Capability `
0 commit comments