惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
博客园_首页
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
B
Blog RSS Feed
D
Docker
IT之家
IT之家
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Recent Announcements
Recent Announcements
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
G
Google Developers Blog
V
V2EX
量子位
雷峰网
雷峰网
月光博客
月光博客
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog

Supabase Blog

AI Agents Know About Supabase. They Don't Always Use It Right. Custom OIDC Providers for Supabase Auth 100,000 GitHub stars Supabase docs over SSH Navigating Regional Network Blocks Supabase Joins the Stripe Projects Developer Preview Log Drains: Now available on Pro Supabase Storage: major performance, security, and reliability updates Supabase incident on February 12, 2026 Hydra joins Supabase X / Twitter OAuth 2.0 is now available for Supabase Auth BKND joins Supabase Supabase is now an official Claude connector Supabase PrivateLink is now available Introducing: Postgres Best Practices When to use Read Replicas vs. bigger compute Introducing TRAE SOLO integration with Supabase Supabase Security Retro: 2025 Sync Stripe Data to Your Supabase Database in One Click Building ChatGPT Apps with Supabase Edge Functions and mcp-use Own Your Observability: Supabase Metrics API Introducing iceberg-js: A JavaScript Client for Apache Iceberg Introducing Supabase for Platforms Adding Async Streaming to Postgres Foreign Data Wrappers Build "Sign in with Your App" using Supabase Auth Introducing Seven New Email Templates for Supabase Auth The new Supabase power for Kiro Introducing Supabase ETL Introducing Analytics Buckets Introducing Vector Buckets
Supabase Beta January 2022
Paul Copplestone · 2022-02-22 · via Supabase Blog

Supabase Beta January 2022

This month's beta update is more stacked than the Superbowl (*Supa-bowl) halftime show. Here’s all of the highlights from January...

We’re continually amazed by how quickly new auth providers are being added into Supabase, and last month, 2 more have been added.

Notion#

Added by zernonia. You may already know him as the maintainer of madewithsupabase.com.

LinkedIn#

Added by riderx. You may already be familiar with Martin from his podcast Indie Makers.

Along with the new 0Auth providers above, last month saw the addition of two more SMS phone providers to allow you to authenticate users via an SMS OTP (One-Time Password) token.

Vonage#

Vonage is a US-based cloud communications provider. Added by devkiran (from BoxyHQ).

Textlocal#

We are now fulfilling a popular request with this Indian-compliant SMS provider, Textlocal. Also added by devkiran.

Other SMS providers#

Just a reminder, we also support Twilio and MessageBird.

On a final note, we are hiring for an Auth Engineer.

Supabase logs are more powerful with the newly added SQL querying.

We added timestamp filtering, and you’ll notice our usage charts have more time spans available.

We’re enabling developers to quickly diagnose issues with their projects with powerful logging and observability tools and we have a lot more to come.

Last month we released pg_graphql v0.1.0, which includes Comment Directives.

We haven’t released GraphQL onto the platform yet because we it's still under heavy development. You can expect availability in the next few months.

Example


_10

create table account(

_10

id serial primary key

_10

);

_10

_10

comment on table public.account is

_10

e'@graphql({ "name": "AccountHolder" })';


Result


_10

// Renames "Account" to "AccountHolder"

_10

type AccountHolder {

_10

id: Int!

_10

}


Remix Auth#

It’s all anyone seems to be talking about. We genuinely love what Remix are doing, so it’s only right that we show off how Remix and Supabase work well together.

Check out the new Remix Auth example, and let us know what you think.

Expo Todo List#

Our React Native example has been correctly updated to be an Expo example. Check it out here.

There's no stopping Jon Meyers! He’s back with an in-depth video on how to easily automate API requests using our very own Database Webhooks.

You'll learn how to listen to any database change, then send those changes in a payload via HTTP request.

As with any platform, there can be the occasional glitch.

The Supabase Dashboard includes a dedicated support form that goes straight to our support inbox. This support form includes your project information and, since we all want to see your issues solved, we thought it would make sense that you could set the priority of your support tickets.

This change has drastically improved response times for urgent support tickets. The form includes extra “urgent” levels for the PRO and Pay As You Go projects.

And, as part of our continued commitment to Support, we are hiring Support Engineers.

As always, the community has been amazing during the month of February.

Supabase + Snaplet#

Are you maintaining multiple environments? Snaplet helps you copy a production database and clone it into different environments.

Check out the Supabase clone environments tutorial on the Snaplet docs.

Supabase + Retool#

Retool has put together a brilliant 10 minute admin panel setup using Supabase with Retool.

Learn with Jason#

Jason Lengstorf caught up with our very own Jon Meyers on his awesome show, Learn with Jason, to talk about building an app with Supabase and Next.js.

New article highlights#

  • Arctype published a new guide showing how to connect to your Supabase database. Link
  • Marmalabs built a Supabase adapter for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services. Link
  • HotGlue created a guide showing how easy it is to integrate Salesforce and Supabase. Link

PostgREST#

One of Supabase’s key tools that allow a lot of our functionality has had some updates.

  • pg_listen was removed in favor of PostgREST’s built-in schema reloading.
  • PostgREST database connection pool size gets scaled with compute size for better performance for certain workload shapes.

Preparation for Launch Week 4 is underway!

Of course, we can’t tell you what will happen (perhaps because we don’t know ourselves yet), but you can always speculate in the community Discord server, or even tweet us your predictions.