I am trying to make a blog post web application using firebase. Each post will display name and profile image of at the top bar/header of post.
But due to media-token associated with each profile image file uploaded on Storage is unique. if a user update their profile pic then on blog post profile image doesn't load and show 'ERROR: 403' in console.
How we can manage to show user profile image and their name along with every post? For example you can consider wall post of facebook.