Skip to content

Commit 3b49042

Browse files
authored
docs(CHANGELOG): add more guidance on breaking changes
1 parent 53d9349 commit 3b49042

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2626

2727
### BREAKING CHANGES
2828

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.
3233

3334

3435

0 commit comments

Comments
 (0)