@approoted/firebase-auth
v0.0.3
Published
Lightweight module to use Firebase authentication service
Downloads
4
Readme
Usage
const firebaseAuth = require('@approoted/firebase-auth')({ apiKey: 'xxx' })
Methods
signUpWithEmailAndPassword({ email, password }) // Promise
signInWithEmailAndPassword{ email, password } // Promise
refreshIdToken(refreshToken) // Promise