useUser in auth-helper need to update is_anonymous key doesn't exist.
#22559
Unanswered
ngamsomset
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Recently,
signInAnonymouslyfunction have been added. There are a few issue at the moment.signInanonymouslylocally. I need to push all functions to test in staging site. (not the end of the world but better to be able to test locally).anonymousby usinguseUserfromauth-helper-reactin my case. The user object that return from this function call gotis_anonymouskey. But I can't accessis_anonymousin the code base. screen shot as follows.Hope this is helpful.
ps.
user?.user_metadata.is_anonymousdoesn't work return undefined.ps2. current work around. check for
anonymoususer by checkuser?.email === ""All reactions