@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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

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

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.44 kB

    Total Files

    6

    Last publish

    Collaborators

    • romain-faust