Skip to content

Commit 86bcb2e

Browse files
authored
docs(CHANGELOG): make breaking changes much clearer
1 parent 7bb975c commit 86bcb2e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1919

2020
### BREAKING CHANGES
2121

22-
* if your firebase functions return custom HttpsError instances, you must not upgrade yet,
23-
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
24-
fixes this regression, at which point you may safely use this release in combination with overriding the firebase-ios-sdk
25-
version in your Podfile
26-
* android works like web+iOS now: customMetadata if passed in will be
22+
1) ALL iOS: firebase-ios-sdk now requires `use_frameworks!` in your Podfile and Xcode 13.3+
23+
24+
2) Storage(customMetadata): android works like web+iOS now: customMetadata if passed in will be
2725
updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata
2826
must be passed in during update; any missing keys will be removed. Set customMetadata to null
2927
in order to remove customMetadata entirely, omit it during update to leave it unchanged.
3028

29+
3) Functions(custom errors): if your firebase functions return custom HttpsError instances, you must not upgrade yet,
30+
custom errors suffered a regression in firebase-ios-sdk 9.0.0 and 9.1.0. The next firebase-ios-sdk release
31+
fixes this regression, at which point you may safely use this release in combination with overriding the [firebase-ios-sdk
32+
version in your Podfile](https://rnfirebase.io/#ios)
33+
34+
### Checklist
3135

3236

3337

0 commit comments

Comments
 (0)