We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to check session on reopen app and get account object. How can I do?
The text was updated successfully, but these errors were encountered:
One of https://appwrite.io/docs/client/account?sdk=web-default#accountGet https://appwrite.io/docs/client/account?sdk=web-default#accountGetSession
Will give you what you need. I think for your case, and account object, it's just account.get()
account.get()
Sorry, something went wrong.
@gewenyu99 hi, I forgot to use 'new Account(client)' thank you. Everything is okay.
No branches or pull requests
💭 Description
Hi, I want to check session on reopen app and get account object. How can I do?
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: