properly initialized
You might have some other client instance or something
I noticed the TextField controller is not supplying any text to it. I wanted the TextField to do so
it worked, I will need to scatter my data for security purpose
[SOLVED] Failed host lookup: 'hostname'
yeah, solved
thanks man @Steven
spreading my data RN
I just hope if are in a new function, this wont always re-initiate the details?
client.setEndpoint(end); // Your API Endpoint client.setProject(id); // ID client.setSelfSigned(status: true);
I don't quite understand
am I to put it in avoid function and call it?
What? initializeAppwrite() is your void function already
got error saying null, I did not call this funcion
What? I don't understand
must I call appwriteEndpointProjectID(); before use?
Ah least once, yes...
ok then
working well
I will check how to throwback error on UI if account exixt
am trying to catch the response from appwrite
any way of including phone here?
i want both email and phone
Not in one API call at the moment, but you can submit a feature request to add it.
For now, make a separate update phone API call
ok then
but that will cause two userID
Update phone won't create another user
ok
Recommended threads
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...