Custom Actions
isAnonymous
The isAnonymous
function checks if the current user is anonymous.
How It Works
- Returns
true
: If the user is signed in and is anonymous. - Returns
false
: If the user is not signed in or is not anonymous.
The isAnonymous
function checks if the current user is anonymous.
true
: If the user is signed in and is anonymous.false
: If the user is not signed in or is not anonymous.