Module
Web.Firebase.Authentication.Google
- Package
- purescript-firebase
- Repository
- mostalive/purescript-firebase
#GoogleProfile Source
newtype GoogleProfileConstructors
GoogleProfile { displayName :: String, email :: Maybe String, id :: String, profileImageURL :: String }