I am thinking about what actual format store in database?
like is there any diiferences between ref('data/timestamp').set(ServerValue.timestamp) and ref('data').set({timestamp:ServerValue.timestamp})?
So does array and list are they exists for simplify client side code? or it's actually matter on database side? I am looking for the basic types that acatual store in database.