All Code Snippets Posts

  • Published on

    Writing an api in Next.js to send an email from a contact form

    ––– views

    Code snippet showing you how to sanitize form data and sending an email using SendGrid API.
  • Published on

    How to automatically create a new customer account in Stripe using firestore trigger

    ––– views

    Code snippet to show you how to create a customer account in Stripe using firestore trigger
  • Published on

    Firestore trigger

    ––– views

    Update multiple documents when a field in a document changed