Firebase Cloud Functions in Golang
Is it possible to write Firebase Cloud Functions in Golang such that they can access Firebase services such as Firestore and Storage, in both production and emulators? Ideally I would like to have a http triggered function that read from…