2

I want to implement Firebase's Firestore Functions like onCreate or onUpdate but I would like to know if it actually supports other programming languages other than JavaScript or TypeScript for such purposes? I've done some research, most people say Firebase now supports other languages but I think they're confused with GCP (Google's Cloud Platform) which is a different service suite. Also I can't find any tutorial related to implementing Firestore Functions in other languages.

If Firestore has not really support other languages yet, does Firebase Admin SDK has some workaround that's similar to Function's onCreate?

Thanks!

58647747
  • 23
  • 3
  • The Cloud Firestore triggers seem to still be in beta. They might go for JS/TS first since it is so widespread and events and asynchronisity are built into the language. – Tharrry May 19 '21 at 17:07

1 Answers1

0

It does support multiple languages such as Python, Java, Go. The question has already been answered on this thread.

You can refer to the official Firecasts playlist on how the setup on multiple languages here.

Uditha Silva
  • 26
  • 1
  • 3