Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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"),
  title = "Sign In",
  fancy = TRUE
)

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 "email".

title

The title to be used above the provider buttons. Set to NULL to not include

fancy

Should the buttons be large and colorful?

Value

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


polished

Authentication, User Administration, and Hosting for 'shiny' Apps

v0.3.0
MIT + file LICENSE
Authors
Andy Merlino [aut, cre], Patrick Howard [aut], Jimmy Briggs [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.