3.3.0 (2023-05-30)
- Upgrade to Capacitor 5 @tponte in CodetrixStudio#277
3.2.2 (2023-01-27)
- Update android plugin instructions by @teaqu in CodetrixStudio#254
3.2.1 (2023-01-19)
3.2.0 (2022-08-15)
3.1.4 (2022-06-10)
- Web: discontinuing authorization support for the Google Sign-In JavaScript Platform Library #208 (c9fca36), from #202
3.1.3 (2022-04-03)
- iOS: ios return user when restorePreviousSignIn() (#194) (8b69e12), fixes #69
- Android: added accessToken to Android implementation (#173) (0ed544c), closes #53
- Android: separate messages for signin exception (#176) (96626ba)
- fix initialize parameter keys (#193) (e7bd54c)
3.1.0 (2021-07-30)
- supporting .ts and.js config, exported types (#114) (eaabf9d)
- update ios to GoogleSignIn 6.0.1 Pod (#136) (4859f9c)
- add prettier with ionic config (#137) (6a7dba5)
- request additional scopes if necessary (#146) (21f16fd) resolves #144
- use
GoogleAuth.initialize()
method instead ofGoogleAuth.init()