rlamasb / Firebase.Xamarin

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

How to update a record #4

Open IamAliSufyan opened 8 years ago

IamAliSufyan commented 8 years ago

Is there a way to update an existing record through this library?

se1exin commented 8 years ago

Have you read the 'Saving Data' section in the README (https://github.com/rlamasb/Firebase.Xamarin#saving-data)? If the key you are saving to already exists it will replace it's contents with your object, if it does not exist it will add the object.