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
- [Self-hosted] Realtime crashes with "Mis...
- Regarding Rate Limits
Hello, I am a student engineer who built an internal website for my university club using AppWrite. My club currently has around 500 members, and when I recent...
- Problem adding domain onto the project a...
I have used 2 domains on the project HavanaDev (havanadev.pro and havanadev.com). .com was just redirected to . Pro domain. .pro is expired, now I’d like to use...