Open source Firebase alternative (Supabase) raises $30M Series A

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • supabase-mailer

    Send and track email from Supabase / PostgreSQL using a Transactional Email Provider

  • Not sure what you mean. I have a couple open-source repos on github that show you how you can send emails or text messages from a Postgres function using third-party providers. I also have a repo that shows how you could roll your own auth using functions. Assigning permissions and roles is definitely something you can do in functions -- that's standard postgres stuff....

  • supabase-sms

    Send and receive sms messages from Supabase / PostgreSQL using a Transactional SMS Provider

  • Not sure what you mean. I have a couple open-source repos on github that show you how you can send emails or text messages from a Postgres function using third-party providers. I also have a repo that shows how you could roll your own auth using functions. Assigning permissions and roles is definitely something you can do in functions -- that's standard postgres stuff....

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • supabase-roll-your-own-auth

    Custom Supabase authentication using PostgreSQL functions

  • Not sure what you mean. I have a couple open-source repos on github that show you how you can send emails or text messages from a Postgres function using third-party providers. I also have a repo that shows how you could roll your own auth using functions. Assigning permissions and roles is definitely something you can do in functions -- that's standard postgres stuff....

  • SupaScript

  • You should also look at my SupaScript repo on github. This is a wrapper on PLV8 that lets you write functions in Javascript with NodeJS and Deno-like functionality. It also makes it MUCH easier to work with JSON data and make HTTP calls to API providers. If you're comfortable with NodeJS, you'll find it pretty easy to write Postgres functions with this.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts