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
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
2725updated as a single atomic unit, all keys at once. Any key you want to keep in customMetadata
2826must be passed in during update; any missing keys will be removed. Set customMetadata to null
2927in 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
You can’t perform that action at this time.
0 commit comments