Description Usage Arguments Value
View source: R/utils_user_management.R
In general, the 'user_*()' functions do not have side effects. But sometimes you discover a brand new ‘user_id' that doesn’t yet map to the database. When that happens, this function is for you. Given a user list containing a '$firebase_id' and a '$user_id', it will update the 'accounts_user' and 'accounts_firebase' database tables to reflect the new information
1 | user_accounts_update(con, user)
|
con |
valid database connection |
user |
list containing 'firebase_id' and 'user_id' |
logical TRUE if success
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.