New to Firebase. We are creating a React JS frontend application and deploying to Firebase Hosting. We need to integrate with some existing Google Cloud Functions that have been deployed in Python.
I've seen from the Google documentation on using the Firebase SDK to call functions deployed through Firebase but not sure how I would integrate with the existing GCP functions. I assume I can just use something like Axios to call the GCP functions. If there are any alternatives, I'd be interested to know.
fetchand even good oldXMLHttpRequestwould work fine too. Since there are a lot of options, and not clear best one, recommending any of them is off-topic on Stack Overflow. I recommend picking the one that seems reasonable to you (Axios it seems), trying to get it to work, and posting back with a minimal repro if you get stuck.