Description Usage Arguments Value Examples
View source: R/utils_user_management.R
Intended to be called after someone has firebase credentials, either because they are an existing user who is logging in again, or because they are a brand new user. Either way, this function will return a list that can uniquely identify what we know about that user. Besides a unique 'user_id', the list will include items for the first name, last name, firebase id, and other information.
Ultimately this function should return a user object, though in this version it returns a list.
1 | user_find_id(con, user)
|
con |
valid database connection |
user |
list containing information needed to set up a new user (either 'user_id', or'firebase_id') |
List that can uniquely identify the user, including new 'user_id' if necessary. NULL means none found.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.