File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
20
20
### BREAKING CHANGES
21
21
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
27
25
updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata
28
26
must be passed in during update; any missing keys will be removed. Set customMetadata to null
29
27
in order to remove customMetadata entirely, omit it during update to leave it unchanged.
30
28
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
31
35
32
36
33
37
You can’t perform that action at this time.
0 commit comments