so create, read and update work fine?
Can you show some code?
It's in the repo Ajay820
Yeah read is happening
Repo link
Didn't checked with update but create and read is happening
where exactly in the repo are you doing this?
Please post the link to a code snippet. Not a full repo
const deleteasync = async (id) =>{ console.log(id) const response = await databases.deleteDocument("6427c6d20464df58bf36","6427c6dcd6bc73a91b81","id") response.then( function (response){ console.log(response) }, function (error){ console.log(error) } ) window.location.reload() }
I think I have to remove async and await right
Is this right to authenticate with Google I am getting errors
Recommended threads
- In which format should i pass the date?
I have a column with the type `datetime`. So i want to know which format is suitable for passing the date
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...