Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[Firebase/Auth] Fixed User.Reauthenticate signature #591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rickclephas
Copy link

Since Firebase Authentication v6.0.0 the reauthenticate method has been broken.
This results in the following issues:

What happend

In Firebase Auth v5.1.0 the reauthenticateWithCredential:completion: method was deprecated.

In Firebase Auth v6.0.0 the signature of the deprecated reauthenticateWithCredential:completion: method was changed to match reauthenticateAndRetrieveDataWithCredential:completion and the later was deprecated.

While updating from 5.8.1 to 6.5.0 the signature was never updated to reflect this change.

In Firebase Auth v7.0.0 the deprecated reauthenticateAndRetrieveDataWithCredential:completion method was removed.

So currently there is no working method to reauthenticate with credentials.

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.

None yet

1 participant