FavoriteData //This is the parent
ReferenceID // Reference ID is the ID of device if there is no account else the user ID
PushKey //Key generated when pushing an item in database
"name": "John Doe"
"age": "25"
PushKey
"name": "Royal Smith"
"age": "20"
Is there a way to update the reference ID, I want to change it from the device ID into User ID if they sign in thier account