@romain-faust/sign-in-with-email-and-password
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@romain-faust/sign-in-with-email-and-password

Generic set of tools related to email and password connection.

Installation

With NPM:

npm install @romain-faust/sign-in-with-email-and-password

With PNPM:

pnpm add @romain-faust/sign-in-with-email-and-password

With Yarn:

yarn add @romain-faust/sign-in-with-email-and-password

Dependencies

Usage

import type { SignInWithEmailAndPassword } from '@romain-faust/sign-in-with-email-and-password'

const SignInWithEmailAndPasswordForm = () => {
    const signInWithEmailAndPassword: SignInWithEmailAndPassword = getSignInWithEmailAndPassword()

    const handleFormSubmit = () => {
        signInWithEmailAndPassword('email@example.com', '••••••').subscribe()
    }

    // ...
}

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i @romain-faust/sign-in-with-email-and-password

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.44 kB

Total Files

6

Last publish

Collaborators

  • romain-faust