Description Usage Arguments Value
View source: R/utils_user_management.R
Intended to be called as a reactive, this function requires a currently-running firebase instance and will not respond unless the user is logged in. If logged in, then return the current user_id
1 | util_current_user(user_object)
|
user_object |
User object in list form (e.g. list(con = db_connection(), firebase_id = firebase_setup()) |
user_id user ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.