Skip to content

Commit 0b508f9

Browse files
authored
Update README with Firebase platform support info (#7828)
* Update README with Firebase platform support info * fix trailing whitespaces * remove table
1 parent 267fc6d commit 0b508f9

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,21 @@ The iOS Simulator cannot register for remote notifications, and will not receive
243243
In order to receive push notifications, you'll have to follow the steps above and run the app on a
244244
physical device.
245245

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
247255

248256
We've seen an amazing amount of interest and contributions to improve the Firebase SDKs, and we are
249257
very grateful! We'd like to empower as many developers as we can to be able to use Firebase and
250258
participate in the Firebase community.
251259

252-
### tvOS, macOS, watchOS and Catalyst
260+
#### tvOS, macOS, watchOS and Catalyst
253261
Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and
254262
work on tvOS, macOS, watchOS and Catalyst.
255263

@@ -268,22 +276,6 @@ app has communicated with our servers". This relies on Analytics and will not wo
268276
macOS/tvOS/watchOS/Catalyst.
269277
**It's safe to ignore the message and continue**, the rest of the SDKs will work as expected.
270278

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-
287279
#### Additional Catalyst Notes
288280

289281
* FirebaseAuth and FirebaseMessaging require adding `Keychain Sharing Capability`

0 commit comments

Comments
 (0)