Learn R Programming

polished (version 0.1.0)

providers_ui: UI for the Firebase authentication providers buttons

Description

Creates the html UI of the "Sign in with *" buttons. These buttons are only necessary if you enable social sign in via the sign_in_providers argument passed to global_sessions_config.

Usage

providers_ui(ns, sign_in_providers = c("google", "email"))

Arguments

ns

the 'shiny' namespace function created with shiny::NS().

sign_in_providers

the sign in providers to enable. Valid values are "google" "email", "microsoft", and/or "facebook". Defaults to c("google", "email").

Value

the html UI of the "Sign in with *" buttons.