Skip to content

Auth deprecation #1726

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 1, 2019
Merged

Auth deprecation #1726

merged 5 commits into from
May 1, 2019

Conversation

wti806
Copy link
Contributor

@wti806 wti806 commented Apr 25, 2019

Removed the 5 APIs being deprecated last year:

  1. signInAndRetrieveDataWithCustomToken()
  2. signInAnonymouslyAndRetrieveData()
  3. createUserAndRetrieveDataWithEmailAndPassword()
  4. signInAndRetrieveDataWithEmailAndPassword()
  5. fetchProvidersForEmail()

Updated 3 APIs to return UserCredential:

  1. Updated signInWithCredential to return UserCredential
  2. Updated linkWithCredential to return UserCredential
  3. Updated reauthenticateWithCredential to return UserCredential

Marked 3 APIs deprecated:

  1. Deprecated signInAndRetrieveDataWithCredential
  2. Deprecated linkAndRetrieveDataWithCredential
  3. Deprecated reauthenticateAndRetrieveDataWithCredential

@Feiyang1 Feiyang1 merged commit 9d16808 into master May 1, 2019
@Feiyang1 Feiyang1 deleted the auth_deprecation branch May 1, 2019 22:49
@firebase firebase locked and limited conversation to collaborators Oct 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants