You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code provided for Android (Kotlin) under "Initialize OAuth 2 login" shoud:
Include the context when creating the client val client = Client() -> val client = Client(applicationContext) or similar
The code provided for Android (Kotlin) under "OAuth 2 profile" should:
Rename the response val to session for the script to work, and 2) Replace the "[SESSION_ID]" with something like "current", which I found to work (?) (may not be an issue, worth checking out)
👀 Have you spent some time to check if this issue has been raised before?
💭 Description
I found two + one minor mistakes to fix in the doc code
In this page: https://appwrite.io/docs/products/auth/oauth2
The code provided for Android (Kotlin) under "Initialize OAuth 2 login" shoud:
The code provided for Android (Kotlin) under "OAuth 2 profile" should:
2) Replace the "[SESSION_ID]" with something like "current", which I found to work (?) (may not be an issue, worth checking out)
👀 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: