Skip to content
New issue

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

📚 Documentation: [Apple SDK] account.CreateOAuth2Session is not async. #6207

Closed
2 tasks done
ItzNotABug opened this issue Sep 9, 2023 · 3 comments
Closed
2 tasks done
Labels
product / docs Fixes and upgrades for the Appwrite Docs.

Comments

@ItzNotABug
Copy link
Member

💭 Description

The example on Apple SDK :

let success = try await account.createOAuth2Session(provider: "amazon")

However the method signature for 1.3x & 1.4x is same and hence not async.
See: Account#createOAuth2Session.

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@ItzNotABug ItzNotABug changed the title 📚 Documentation: [Apple SDK] accountCreateOAuth2Session is not async. 📚 Documentation: [Apple SDK] account.CreateOAuth2Session is not async. Sep 9, 2023
@stnguyen90
Copy link
Contributor

@ItzNotABug thanks for creating this issue! 🙏🏼 Let me check with the team about this.

@stnguyen90 stnguyen90 added the product / docs Fixes and upgrades for the Appwrite Docs. label Sep 11, 2023
@abnegate
Copy link
Member

@ItzNotABug This will become async again as a part of the fix for #6206

@abnegate
Copy link
Member

Closing as fixed in Apple SDK 4.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product / docs Fixes and upgrades for the Appwrite Docs.
Projects
None yet
Development

No branches or pull requests

3 participants