Skip to content

Commit

Permalink
Migration doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed May 16, 2024
1 parent 0b5e7b3 commit b92c5f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Migration Guides

### Migration from versions < 2.0.0
* [Apple] Response field `name` is now optional.
* [All] Migrated all authenticators from promises to async/await. If you insist working with promises, do not update.

### Migration from versions < 1.4.0
* [Google] Response field `token` was renamed to `accessToken`. You'll need to handle it on the call site. Additionally, `idToken` field was added in the response.

0 comments on commit b92c5f9

Please sign in to comment.