-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(authentication): support Email Link Authentication #172
Conversation
…irebase into capawesome-team-main
@trancee Thanks for your contribution! That's a lot of changes. I will not get to the review for a few days as i am currently updating all plugins to Capacitor 4. Until then, please revert all changes that are not absolutely necessary (e.g. |
Thanks for the feedback. I will try to revert the unnecessary changes. By the way, there is also a linking/re-authentication part using the EmailAuthProvider. Is that something that should be implemented as well? And I added these changes for version |
Thank you! I will review it soon.
No, this will be another PR in the future as this involves not only email sign in.
This should be version |
OK, that makes sense.
Should I change that already, or will you do this once you review the code? |
I will add a comment in my review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I will review again after your changes.
packages/authentication/ios/Plugin/FirebaseAuthentication.swift
Outdated
Show resolved
Hide resolved
packages/authentication/ios/Plugin/FirebaseAuthentication.swift
Outdated
Show resolved
Hide resolved
...n/java/io/capawesome/capacitorjs/plugins/firebase/authentication/FirebaseAuthentication.java
Outdated
Show resolved
Hide resolved
...n/java/io/capawesome/capacitorjs/plugins/firebase/authentication/FirebaseAuthentication.java
Outdated
Show resolved
Hide resolved
@robingenz I have added an additional step on how to enable app link functionality to directly open the link in the app. I hope it is clear enough. |
@trancee Looks very good! Next time should be the last review. |
The errors from the CI are like these:
But honestly, I have no idea what to do with that. Is there a configuration issue? |
Are you using npm or pnpm etc.? (found this): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Only the CI (linting, etc.) is left.
I am using only |
You're right. 😄 In the CI the error should not occur. |
The last lint errors:
|
@trancee Thank you so much for your contribution. Great work!
v1.1.0 will be published next week (see milestone). |
@trancee Btw: I think the twitter account in your GitHub profile is wrong or? One |
Oh, wow, I haven't noticed that for such a long time! Thanks for pointing that out to me, I have fixed it :) |
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run changeset
).Implements #36