Skip to content

Commit

Permalink
docs(CHANGELOG): add note about IID/Messaging/Token breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy authored May 19, 2021
1 parent 3b49042 commit fe3d22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* Firestore: undefined values throw like firebase-js-sdk now. Use ignoreUndefinedProperties setting 'true' to behave as before
* 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
* ML: APIs removed from upstream SDKs. Migrate to cloud function / auth gateway to cloud APIs, as mentioned in links on ML usage document.
* Instance ID: APIs removed from upstream SDKs. Use Messaging's getToken() to get tokens, see upstream documentation to migrate if needed
* Messaging.getToken/deleteToken: scoped token APIs removed from upstream APIs. Remove scopes from API calls. deleteToken() should work on iOS now.



Expand Down

1 comment on commit fe3d22f

@vercel
Copy link

@vercel vercel bot commented on fe3d22f May 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.