Hi here my database structure for posts feed. Database Structure
When I change the user profile picture I want to update all posts with the new image (under posts/postID/user/userID/image
If I have a ton of posts how to make it in the best way (atomaticaly)
I've try to do a query and then to update all the keys, but the query is not working on userID node.
