Home > Back-end >  Is there a way to attach more than one cloud function to a specific collection in firestore?
Is there a way to attach more than one cloud function to a specific collection in firestore?

Time:01-06

I want to add trigger to my firestore collection. So I need to utilize more than one cloud function here.

CodePudding user response:

I don't think there are any limit to how many cloud function you can invoke. It depends on how much you're willing to pay.

  • Related