rlamasb / Firebase.Xamarin

Light weight wrapper for Firebase Realtime Database REST API.
MIT License
149 stars 39 forks source link

impossible to update #56

Open stann84 opened 5 years ago

stann84 commented 5 years ago

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()); ;