firebase-cljs Api Documentation

Version: 1.3.0

firebase-cljs.auth.provider

email

(email)

Returns a new email and password auth provider implementation.

facebook

(facebook)

Returns a new facebook auth provider.

github

(github)

Returns a new github auth provider.

google

(google)

Returns a new google auth provider.

scope

(scope provider scope)

Add scope to auth provider. Takes a provider and scope.

scope-email

(scope-email auth provider)

Add email scope to an auth provider. Takes an auth Firebase Auth service and a keywordized provider.

scope-profile

(scope-profile auth provider)

Add profile scope to an auth provider. Takes an auth Firebase Auth service and a keywordized provider.

twitter

(twitter)

Returns a new twitter auth provider.