apps/www/_blog/2020-10-03-supabase-alpha-september-2020.mdx
We're now 7 months into building Supabase. This update is a big one!
Watch a full demo:
<div className="video-container"> <iframe className="w-full" src="https://www.loom.com/embed/c7d66ae1f4c1458d964147c5c58aad59" frameBorder="0" allowFullScreen ></iframe> </div>We've released OAuth logins! You can now enable third-party logins on your app for Bitbucket, GitHub, GitLab, or Google.
You can duplicate your tables, just like you would inside a spreadsheet.
<video width="99%" autoPlay muted playsInline controls={true}> <source src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/duplicate-tables.mp4" type="video/mp4" /> </video>Extensions are easier to use. You can enable Postgres extensions with the click of a button.
<video width="99%" autoPlay muted playsInline controls={true}> <source src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/toggle-extensions.mp4" type="video/mp4" /> </video>The SQL editor now stores your query history in your browser. You can also save your favorite queries to run later!
<video width="99%" autoPlay muted playsInline controls={true}> <source src="https://xguihxuzqibwxjnimxev.supabase.co/storage/v1/object/public/videos/docs/favorites.mp4" type="video/mp4" /> </video>Supabase was given access to GitHub Discussions! This is the place for you to ask questions or show off what you've built with Supabase.
gotrue-js TypeScript library for interacting with Netlify's GoTrue server. This will soon be bundled into supabase-jspostgrest-js library to TypeScript, and it will soon be bundled into supabase-jsThere's been plenty of drama during Hacktoberfest, but Supabase is committed to helping new contributors get started with open source. We've already seen a lot of issues closed by new members to our community and first-time contributors. If you're looking for ways to get involved, read our Hacktoberfest blog post, check our live stream, and then dive into our project board.
Our focus now is to move from Alpha to Beta and we'll be improving stability, reliability, and performance. We've created a Benchmarks repository, where we'll be measuring the performance of all the open source tools we use.