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
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support ๐ I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- context deadline exceeded
Hi, in one of my projects i continuously receive context deadline exceeded when trying to reach users API from my local machine: https://fra.cloud.appwrite.io/v...
- ๐ Realtime Flutter SDK Crash โ Realtime...
**Summary** When using Appwrite Cloud with the Flutter SDK (latest appwrite release: 21.4.0), Realtime crashes with: ```Unhandled async error: type '_Map<String...