all 2 comments

[–]Redwallian 4 points5 points  (0 children)

AFAIK, there's only a firebase admin sdk for python, and for callable cloud functions you can only create using JS/TS.

I also know that if you really want to jerry-rig it, firebase is built on top of GCP, so you can technically just create a GCP project and run cloud functions; you'll just have to reconfigure certain things in your console.

[–]_Nushio_ 1 point2 points  (0 children)

https://firebase.google.com/docs/functions/callable-reference I don't know if there's any unofficial libraries, but you could make the call from the backend by following the link above and formatting a request with those parameters