You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue, perhaps a feature, but I wonder the following:
If I set persistence = "local" login is automatically which is super!
However when the app is opened, every time the login container firebaseUIContainer() is shown briefly where the login is continued. Is there a way to hide the container when someone already is logged in? I
f = FirebaseUI$new(persistence = "local")$
set_providers(
email = T
)$
set_tos_url(tos_url)$
set_privacy_policy_url(privacy_url)$
launch()
The text was updated successfully, but these errors were encountered:
Hi!
This is not an issue, perhaps a feature, but I wonder the following:
If I set
persistence = "local"
login is automatically which is super!However when the app is opened, every time the login container
firebaseUIContainer()
is shown briefly where the login is continued. Is there a way to hide the container when someone already is logged in? IThe text was updated successfully, but these errors were encountered: