Use cases

Some use cases that you may have in your projects.

Like any other tool, our functions aren’t perfect and it won’t suit every use case you may have. But, we try to cover most cases that are common in backend apps. Here you can find some examples:

  • send a welcome email when a user signs up in your application. See our sendSignUpWelcomeEmail function.

  • synchronization of a Firestore collection with an Algolia index. See our syncFirestoreDocWithAlgolia function.

  • list all payments a user has been done in your app. See our listUserPayments function.

Go to our Marketplace to find out more use cases. If you don't see the use case that you're looking for, please contact us at [email protected] and we can add it for you.

Last updated