Google Cloud Functions for Firebase: How do I render an image response in React?
I’m using Google Cloud Functions for Firebase (GCFF) to make my API calls on the backend of my simple React web app. Here’s a simple one that fetches a picture from Wikipedia. I believe it successfully carries out the fetch (I see the JFIF in browser from the response).