Commit Graph

9 Commits

Author SHA1 Message Date
Russell Wheatley
aaff624025 feat(auth): verifyBeforeUpdateEmail API (#3862)
* feat(auth): 1st commit verifyBeforeUpdateEmail

* feat(auth): verifyBeforeUpdateEmail updates

* tests(auth): more coverage

* chore(ios): update podfile.lock

* tests(auth): update verifyBeforeUpdateEmail tests

* tests(auth): verifyBeforeUpdateEmail updates
[publish]
2020-07-10 14:08:12 +01:00
Darren Ackers
c7994720b1 fix(auth,android): too-many-requests code now correctly returned (#3795)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>

[publish]
2020-06-18 11:11:55 +01:00
gwenoleR
71a1120337 fix!(auth): confirm code returns User instead of UserCredential (#3684)
[publish]

BREAKING CHANGE: `confirm(verificationCode)` now correctly returns an instance of `UserCredentials` instead of `User`. You can access `User` from the `.user` property on the `UserCredentials` instance.
2020-05-28 22:52:07 +01:00
Mike Diarmid
8bcf5c945d fix(auth): use correct code on network exception (#3655)
Fixes #3654.

[publish]
2020-05-15 13:35:00 +01:00
ehesp
9864936968 AdsConsent setup 2019-08-08 16:57:44 +01:00
Elliot Hesp
42c20dbb45 Fix #2316 (#2442) 2019-08-07 15:37:18 +01:00
Mike Diarmid
21a16867fe [v6] Implement ML-Kit Natural Language (#2117)
- Implement ML-Kit Natural Language (#2117)
 - Includes additional refactor changes across other modules for internals api reworking
2019-06-02 17:58:21 +01:00
Mike Diarmid
6c3cb7c40e [v6] Implement Authentication (Part 1) (#2107)
Migrate Android, iOS and JS code from Auth v5.
2019-05-07 02:35:15 +01:00
Salakar
ba53e8c6bc [auth] create auth package 2019-02-14 20:32:34 +00:00