I have an account created from Google Provider. Then I need to update the phone number for this account. The method to update the phone number we need to input the password as well. However, since the account was registered from Google provider, we did not provide any password. So what is the password of the account then if there is no password provided during regestired?
You're supposed to be able to pass anything, but there's a bug right now where that doesn't work.
thanks steve
You might need to use a function with a server SDK at the moment
the account api? or user api?
User API
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...