My project has cloud functions already running (pub/sub triggers) and a Firestore Database, too. For the first time, I want to trigger a simple Google Cloud Function as soon as a new document is created in a specific collection ("Users").
I cannot find how to upload these functions on Google Cloud Console or Firebase Console. The only types allowed and displayed are:
- HTTP trigger
- Cloud Pub/Sub topic
- Cloud Storage bucket
How do I upload my Firestore Functions?