@@ -200,9 +200,7 @@ very grateful! We'd like to empower as many developers as we can to be able to
200
200
participate in the Firebase community.
201
201
202
202
### tvOS, macOS, and Catalyst
203
- Thanks to contributions from the community, FirebaseABTesting, FirebaseAuth, FirebaseCore,
204
- FirebaseDatabase, FirebaseMessaging, FirebaseFirestore,
205
- FirebaseFunctions, FirebaseRemoteConfig, and FirebaseStorage now compile, run unit tests, and work on
203
+ Thanks to contributions from the community, many of Firebase SDKs now compile, run unit tests, and work on
206
204
tvOS, macOS, and Catalyst.
207
205
208
206
For tvOS, checkout the [ Sample] ( Example/tvOSSample ) .
@@ -212,6 +210,10 @@ repository is actively developed primarily for iOS. While we can catch basic uni
212
210
Travis, there may be some changes where the SDK no longer works as expected on macOS or tvOS. If you
213
211
encounter this, please [ file an issue] ( https://github.com/firebase/firebase-ios-sdk/issues ) .
214
212
213
+ During app setup in the console, you may get to a step that mentions something like "Checking if the app
214
+ has communicated with our servers". This relies on Analytics and will not work on macOS/tvOS/Catalyst.
215
+ ** It's safe to ignore the message and continue** , the rest of the SDKs will work as expected.
216
+
215
217
To install, add a subset of the following to the Podfile:
216
218
217
219
```
0 commit comments