apps/www/_blog/2021-03-02-supabase-beta-february-2021.mdx
Supabase is an open source Firebase alternative. We've now been building for one year. Here's what we released last month.
Watch a full demo:
<div className="video-container"> <iframe className="video-with-border w-full" src="https://www.youtube-nocookie.com/embed/h-ses99G45g" frameBorder="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen ></iframe> </div>We've improved the UX of our Dashboard with sidebars in every section, including the Table view, the Auth section, and the SQL Editor.
Writing SQL just got 10x easier. We added autocomplete to the SQL editor, including table & column suggestions.
<video width="99%" autoPlay muted playsInline controls={true}> <source src="/images/blog/feb/autocomplete.mp4" type="video/mp4" /> </video>Redirect your users to specific route within your site on signIn() and signUp().
We added a page to the Database section for managing Postgres Replication. It's still basic, but you can use it to manage your realtime API - choosing which tables are enabled, and which events to send.
We've released a new Resources section in our docs, as well as two new Auth modules: GoTrue Overview and Google OAuth.
Launch your database in South Africa.
One of the community, @ftonato, has built an amazing example that shows how to use Supabase with Stencil (a Web Component compiler built by they Ionic team.)
useSupabase: Supabase React Hooks. GitHubWe hit 6000 GitHub stars on GitHub
<small> Source: <a href="https://repository.surf/supabase">repository.surf/supabase</a> </small>Waiting for Supabase Storage? Here's a sneak peek for the upcoming Launch Week at the end of March.