Hello appwrite team, Its my first time using OAuth and want to know how can i execute something after the OAuth was completed?
Im attaching a photo of my code, my goal is to execute something after the OAuth is sucessful, like for example creating a document on a collection...
Is this possible?
Thanks
With oauth, you're redirected back to whatever you set (/panel) so you'd put whatever code on that page
thank you i use your method and it worked <:appwriterocket:823996226894692403>
also what are the limits of requests in the appwrite cloud version? and is it possible to change it?
You mean rate limits? You'll see those in the docs for each endpoint if there are any. For example, https://appwrite.io/docs/client/databases?sdk=web-default#databasesCreateDocument.
They are not configurable at the moment
Oh i see, thanks <:appwritecheers:892495536823861258>
I have other questions:
I am currently developing an audio samples marketplace with appwrite, and since they are audio files they usually take up a lot of bandwidth and storage and I would like to know if there would be any performance problem if many users download a file at the same time, or several users they enter the site and listen to an audio that would take a considerable amount of bandwith and I fear that the site may slow down? does that make sense? I'm using appwrite cloud
The other is when will appwrite cloud be updated to the version that allows relationships? Above the 1.3
For now there's not any hard limit respect to bandwidth, just fair use. After that, you will be limited to free plan or you will need to pay according to this: https://appwrite.io/pricing
What's "a considerable amount of users" for you?
Respect to relationships, when Cloud gets upgraded to it. For now relationships are in beta and very unstable, so it will take some time
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- [Solved] how to get user prefs from serv...
i want to get a specific users preferences from serverside maybe i missunderstood something