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

1.1.1 • Public • Published

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

Email and password connection with Firebase.

Installation

With NPM:

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

With PNPM:

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

With Yarn:

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

Dependencies

Usage

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

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

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

    // ...
}

License

MIT

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

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

    Weekly Downloads

    0

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    6.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • romain-faust