Support Go in Cloud Functions
Go is much more efficient than Python or Js and should be the obvious choice for backend where performance is crucial
26
votes
Vlad-Radu Vidican
shared this idea
-
Joshua Hamilton commented
It's already supported in GCP Cloud Functions, but I agree, it would be sick to have in Cloud Functions for Firebase.
-
Alvaro Leal commented
Go provides much better performance than Python or Js. And its concurrency model is the best one for backends. It would be very useful to have it as an option for Cloud Functions for Firebase.
-
Greg Van Riper commented
This would be very useful for our infrastructure as Go is easier to manage, uses less resources, has better caching mechanisms, and is an easier developer experience.