Module
Web.Firebase.Authentication.Status
- Package
- purescript-firebase
- Repository
- mostalive/purescript-firebase
#UserCredentials Source
newtype UserCredentialsconvert authdata (from twitter and google to start with) to a purescript authdata record
Constructors
UserCredentials { google :: Maybe GoogleProfile, provider :: String, token :: String, uid :: String }