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
- redirect_uri errors on flutter client
Hi all, I'm using the flutter client for my app to do appwrite auth and use the JWTs to send to my backend. When I try to sign in with SSO, I get this: https:/...
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...