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

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
量子位
T
Tailwind CSS Blog
Vercel News
Vercel News
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Engineering at Meta
Engineering at Meta
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
D
Docker
博客园_首页
P
Proofpoint News Feed
月光博客
月光博客
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
腾讯CDC
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

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
Mobbin | Supabase Customer Stories
2023-02-14 · via Supabase Blog

Mobbin helps over 200,000 creators globally search and view the latest design patterns from well-known apps. Their platform allows creators to search screenshots of mobile apps to inspire product development. Creators use Mobbin to combine inspiration and develop new experiences.

The initial concept for Mobbin was just a Dropbox full of screenshots. After sharing with their early users, the team tried organizing them into folders but this quickly became unscalable. Clear interest from users encouraged them to build a full website. They used Firebase for the backend and launched on Product Hunt.

Mobbin went viral, and within the first week, they had 30,000 users. They have now more than 400,000 registered users through word of mouth. Their curation continues to attract designers and creators globally.

Firebase helped the team launch quickly, but at scale, they found Firebase lacked the functionality required for a high-quality user experience.

The first problem was duplicate user logins. Firebase Authentication doesn't automatically merge users with the same email address. For example, users cannot log in with Google and Facebook if they share the same email address. Users struggled to upgrade to a paid account because they couldn't remember which authentication provider they signed up with.

Next, they had issues with data integrity. While Firebase has 99.95% uptime, application code can (and does) fail. Mobbin didn't want to implement idempotence for every mutative Firebase Function. Between a failed Function execution and a retry, a document state might change without strict validation. The team could never be confident their data had the level of integrity they required.

Finally, the team grew concerned with their increasing Firebase bill. Because of the document-based data structure, their API requests required several round trips. At one point, they were making 5 million API requests per month. These round trips made their website slow and led to a notable time investment hacking together a fix.

Mobbin's initial product gave them a comprehensive understanding of customer requirements. For their second version, they needed a better authentication experience, fairer pricing, and a relational database to deliver a quality application sustainable for their business model.

The team found Supabase and realized it covered all the bases. Not only that, their team had experience with the tools open source tools that Supabase is built with.

Authentication, built using GoTrue, instantly solved their users' login issues. Under the hood, Supabase is just Postgres, and Jian Jie (co-founder and CTO of Mobbin) knows this is one of the best battle-tested open source relational databases.

They decided that moving to Supabase was a no-brainer. The process itself was smooth - the real challenge was validating their data integrity due to historical failures on their serverless functions.

Mobbin is now successfully running on top of Supabase, with superior performance compared to their old Firebase setup. Because Supabase does not charge based on API requests, Mobbin significantly reduced their monthly spending without maintaining a custom backend.

Migrating to Supabase meant that we could instantly fix our Auth problems and save money.

Just being on Supabase alone gives us confidence we can deliver on whatever users need in the future.

The cool thing is now we know under the hood it's just Postgres, it really does feel like anything is possible for the future of our product

Jian Jie Liau, Co-founder and CTO at Mobbin. avatar

Jian Jie Liau, Co-founder and CTO at Mobbin.

Migrating to Supabase helped the team at Mobbin instantly improve the end-user experience and save costs. They now add new features with confidence, and they continue to help creators all over the globe find inspiration for their next project. You can check out Mobbin on their website.

Sign up for Supabase's Free Plan and set up a scalable backend in less than 2 minutes.