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

feat(authentication): password authentication #27

Closed
robingenz opened this issue Jun 8, 2021 · 4 comments · Fixed by #59
Closed

feat(authentication): password authentication #27

robingenz opened this issue Jun 8, 2021 · 4 comments · Fixed by #59
Assignees
Milestone

Comments

@robingenz
Copy link
Member

robingenz commented Jun 8, 2021

Is your feature request related to a problem? Please describe:

You can use Firebase Authentication to let your users authenticate with Firebase using their email addresses and passwords (password-auth). This is currently not possible with this plugin.

Describe the solution you'd like:

Add support for password authentication.

  • createUserWithEmailAndPassword
  • signInWithEmailAndPassword
  • updateEmail
  • sendEmailVerification
  • sendPasswordResetEmail
  • updatePassword

Describe alternatives you've considered:

No alternative solutions.

@robingenz robingenz added the feature Feature label Jun 8, 2021
@robingenz robingenz self-assigned this Aug 29, 2021
@1x2x3x4x
Copy link

I'd like this too.

@robingenz robingenz added the priority: medium Medium priority label Dec 15, 2021
@robingenz robingenz transferred this issue from robingenz/capacitor-firebase-authentication Mar 23, 2022
@robingenz robingenz changed the title feat: password authentication feat(authentication): password authentication Mar 23, 2022
@m8xp0w3r
Copy link

This feature would be awesome.

@robingenz
Copy link
Member Author

robingenz commented Apr 27, 2022

The first dev version is ready. 🎉 It would be great if someone could support me with testing.
I am happy about any feedback!

npm i @capacitor-firebase/[email protected]

@robingenz
Copy link
Member Author

Here you can find the new methods: https://github.com/robingenz/capacitor-firebase/blob/9266910503d371b3e6b5f65a681730bdacc3c5df/packages/authentication/README.md#api

@robingenz robingenz added this to the v0.2.2 milestone Apr 28, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants