Solutionunvalidated
Ensure Firebase's image domain is added to the images.domains array — Next.js requires explicit configuration for external domains in the next.config.js file. Tension: Make sure it has at the start of the URL "https://", that's the way to use a url in an src property of an image. Outcome: In your next.config.js, add images property to your module export.
43c4ce5d-d2a5-4997-afb1-7e12d6f4179f
Ensure Firebase's image domain is added to the images.domains array — Next.js requires explicit configuration for external domains in the next.config.js file. Tension: Make sure it has at the start of the URL "https://", that's the way to use a url in an src property of an image. Outcome: In your next.config.js, add images property to your module export.