File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
26
26
27
27
### BREAKING CHANGES
28
28
29
- * if you need READ_EXTERNAL_STORAGE/WRITE_EXTERNAL_STORAGE permission add them in your app AndroidManifest.xml
30
- * undefined values throw like firebase-js-sdk now. Use ignoreUndefinedProperties setting 'true' to behave as before
31
-
29
+ * Storage: if you need READ_EXTERNAL_STORAGE/WRITE_EXTERNAL_STORAGE permission add them in your app AndroidManifest.xml
30
+ * Firestore: undefined values throw like firebase-js-sdk now. Use ignoreUndefinedProperties setting 'true' to behave as before
31
+ * AdMob: Removed from upstream SDKs. Stay on v11.5.0 for now if you need AdMob. ` @invertase/react-native-admob ` package planned with v11.5.0 code
32
+ * ML: APIs removed from upstream SDKs. Migrate to cloud function / auth gateway to cloud APIs, as mentioned in links on ML usage document.
32
33
33
34
34
35
You can’t perform that action at this time.
0 commit comments