Hello,
I am trying to get data from Firestore onto my ESP32. I want to do this either directly, or by calling a google cloud function (likely python) which will interface with firestore and return data back to the ESP32 through an HTTP get.
Has anyone done this before? And if so, could they give some guidance on how to do that. I can connect my ESP32 to the internet no problem, and I have done HTTP requests to websites that return quotes and such. However, when I change the url to my cloud function url I cannot trigger my google cloud function.
Any information or resources on this would be greatly appreciated!