Description Usage Arguments Details Value
View source: R/utils_user_management.R
A User object represents all the useful information to know about a user: 'user_id' the unique ID used throughout the app. If 0, then the user is unregistered. 'firebase_id' if user is logged in, this is their valid Firebase ID. You cannot have a 'firebase_id' without a non-zero 'user_id' 'privilege' char string representation of the privilege level ("admin", "user")
1 | UserObject(con, user_id = NULL, firebase_obj = NULL)
|
con |
valid database connection |
user_id |
User ID |
firebase_obj |
Firebase object |
user_management
The return value, if any, from executing the utility.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.