Open IamAliSufyan opened 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.
Is there a way to update an existing record through this library?