Skip to content

Commit 1c87885

Browse files
authored
Update README.md (#7092)
Added details about watchOS Crashlytics support
1 parent 784eae8 commit 1c87885

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Thanks to contributions from the community, many of Firebase SDKs now compile, r
234234
tvOS, macOS, watchOS and Catalyst.
235235

236236
For tvOS, checkout the [Sample](Example/tvOSSample).
237-
For watchOS, currently only Messaging and Storage (and their dependencies) have limited support. Checkout the
237+
For watchOS, currently only Messaging, Storage and Crashlytics (and their dependencies) have limited support. Checkout the
238238
[Independent Watch App Sample](Example/watchOSSample).
239239

240240
Keep in mind that macOS, tvOS, watchOS and Catalyst are not officially supported by Firebase, and this
@@ -267,6 +267,9 @@ to Build Settings.
267267
* FirebaseFirestore requires signing the
268268
[gRPC Resource target](https://github.com/firebase/firebase-ios-sdk/issues/3500#issuecomment-518741681).
269269

270+
#### Additional Crashlytics Notes
271+
* watchOS has limited support. Due to watchOS restrictions, mach exceptions and signal crashes are not recorded. (Crashes in SwiftUI are generated as mach exceptions, so will not be recorded)
272+
270273
## Roadmap
271274

272275
See [Roadmap](ROADMAP.md) for more about the Firebase iOS SDK Open Source

0 commit comments

Comments
 (0)