0.0.7 • Published 5 years ago

ngx-o-auth-firebase v0.0.7

Weekly downloads
36
License
-
Repository
-
Last release
5 years ago

NgxOAuthFirebase

A simple firebase auth ui

components

routes

path: 'verify-email-address',
component: SendVerificationEmailComponent

services

AuthService 
working with firebase auth
    * sets user to localstorage
    * login(email: string, password: string)
    * SignUp(email, password)
    * isOwner(ownerId:string):boolean
    * logout()
    * get isLoggedIn(): boolean
    * get userData(): User
    * googleLogin()
    * oAuthLogin(provider)
UserService
working with firestore user
    * getUser(id:string)
    * createUser(u:User)
    * updateUser(u:User)
    * getUserByEmail(email: string)
0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago