#[SOLVED] Can I add the prefs{} while registering a new user with oAuth2 Session?
5 messages · Page 1 of 1 (latest)
Sure, after the session has been created update the prefs using this
https://appwrite.io/docs/references/cloud/client-web/account#updatePrefs
Yea, update prefs would be the only way. You'll call it after successfully logging in.