Skip to content
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

Fix Firebase Phone User Migrations #35

Merged
merged 4 commits into from
Jul 10, 2024
Merged

Conversation

PineappleIOnic
Copy link
Member

@PineappleIOnic PineappleIOnic commented Jul 10, 2024

This PR fixes phone migrations for firebase and other providers by never explicitly assuming a passwordHash exists

Related:

Comment on lines 17 to 25
protected Appwrite $source;
protected $source;

protected DestinationsAppwrite $destination;
protected $destination;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use mixed here if the type is dynamic?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, just changed it

src/Migration/Sources/Firebase.php Show resolved Hide resolved
@abnegate abnegate merged commit f0e7ff0 into main Jul 10, 2024
2 checks passed
@PineappleIOnic PineappleIOnic deleted the fix-firebase-migrations branch July 10, 2024 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants