sign_in_social {polished} | R Documentation |
verify the users Firebase JWT and store the session
Description
verify the users Firebase JWT and store the session
Usage
sign_in_social(firebase_token, hashed_cookie)
Arguments
firebase_token |
the Firebase JWT. This JWT is created client side
(in JavaScript) via |
hashed_cookie |
the hashed |
Value
NULL if sign in fails. If sign in is successful, a list containing the following:
email
email_verified
is_admin
user_uid
hashed_cookie
session_uid
[Package polished version 0.8.1 Index]