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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...