reqSignin {firebase}R Documentation

Requires Signin

Description

Define UI element that require the user to be signed in. This will hide them viusally until the user signs in. Note that this is not secure as someone can easily change the CSS when visiting the page to reveal those elements.

Usage

reqSignin(...)

Arguments

...

Any valid tags.

Value

No return value, called for side effects.

See Also

reqSignout


[Package firebase version 1.0.2 Index]