Firebase - how to store frequently changing data

I am using firebase DB for storing 100+ Image urls, likes and shares etc. how can I store it in efficient way.
If I store url in tag and likes in value, then I need to load all tags and value for each tag. which I believe not good for longer run.
anyone knows?