
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
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Error sending push message from dashboar...
I am trying to implement appwrite fully into my app and am switching over from firebase. I registered FCM as a Provider and tried to send a push message via the...
