0.0.7 • Published 4 years ago

ngx-o-auth-firebase v0.0.7

Weekly downloads
36
License
-
Repository
-
Last release
4 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

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago