so create, read and update work fine?
can't delete an item
Votes
0
Replies
12
Participants
Unknown
Messages
13
Can you show some code?
Rank 1: Thread
It's in the repo Ajay820
Rank 1: Thread
Yeah read is happening
Rank 1: Thread
Rank 1: Thread
Repo link
Rank 1: Thread
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
Rank 1: Thread
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()
}
Rank 1: Thread
I think I have to remove async and await right
Rank 1: Thread
Rank 1: Thread
Is this right to authenticate with Google I am getting errors