i dont know if is my config but i cannot update data with this nuggets
public async Task VoteContre(int vote, string titre, string description)
{
var item = await firebase
.Child("Ideas")
.Child("Vote")
//.WithAuth("") // <-- Add Auth token if required. Auth instructions further down in readme.
.PutAsync(new ItemsModel.Vote()); ;
i dont know if is my config but i cannot update data with this nuggets public async Task VoteContre(int vote, string titre, string description) { var item = await firebase .Child("Ideas") .Child("Vote") //.WithAuth("") // <-- Add Auth token if required. Auth instructions further down in readme.
.PutAsync(new ItemsModel.Vote()); ;