Skip to content

Commit 0d885c8

Browse files
Webinar setup (supabase#38311)
* Added Mobbin Firebase webinar landing page * Added the correct Zoom Webinar link * pretty --------- Co-authored-by: Francesco Sansalvadore <[email protected]>
1 parent 137b2c2 commit 0d885c8

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: 'Firebase to Postgres: Breaking through the NoSQL ceiling with Mobbin'
3+
meta_title: 'Firebase to Postgres: Breaking through the NoSQL ceiling with Mobbin'
4+
subtitle: 'How Mobbin scaled beyond Firebase with Supabase and Postgres'
5+
meta_description: 'Learn how to overcome Firebase limitations and migrate to Postgres with Supabase for better performance, scalability, and cost control.'
6+
type: 'webinar'
7+
onDemand: true
8+
date: '2025-09-10T08:00:00.000-07:00'
9+
timezone: 'America/Los_Angeles'
10+
duration: '45 mins'
11+
company:
12+
{
13+
name: 'Mobbin',
14+
website_url: 'https://mobbin.com/',
15+
logo: '/images/customers/logos/light/mobbin.png',
16+
logo_light: '/images/customers/logos/mobbin.png',
17+
}
18+
categories:
19+
- webinar
20+
main_cta: {
21+
url: 'https://events.zoom.us/ev/AsCYBtbPIBcdwQ6c871Vq4nxQlANWpKfu33ZOabQI5I0pzlIwLMp~AujOF_USe12uH1PnzC4QLd0k7fzJSwuqAapzXDUQ5MFZuu8R6x8mgiM1Ag', # Replace with actual registration link
22+
target: '_blank',
23+
label: 'Register now',
24+
}
25+
speakers: 'dventimi,jian_jie'
26+
---
27+
28+
## Firebase to Postgres: Breaking through the NoSQL ceiling
29+
30+
Firebase is great for MVPs, but most teams hit the ceiling fast. When your app starts to scale, Firestore’s NoSQL model can slow you down, limit your queries, and drive up costs without warning.
31+
32+
In this 45-minute session, Supabase engineers and Mobbin CEO Liau Jian Jie break down the technical challenges of growing on Firebase and show how Postgres gives you the tools to scale with confidence. You’ll learn how to migrate your app to Supabase on AWS using modern SQL, real-time features, and flexible auth and storage, all with better performance and cost control.
33+
34+
This session is built for startup founders and technical leads who want to stay fast without giving up control.
35+
36+
### Key takeaways
37+
38+
- What breaks when Firebase apps start to scale
39+
- How SQL makes complex queries simple
40+
- How to migrate data, auth, and storage in a weekend
41+
- Why Postgres improves speed and observability
42+
- What it really costs to stay on Firebase
43+
- Lessons from a founder who already made the switch
44+
45+
Join us live to participate in the Q&A afterwards. Can’t make it to the event? We’ll send you a link to the recording.

apps/www/lib/authors.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,5 +653,21 @@
653653
"position": "Security Engineer",
654654
"author_url": "https://github.com/staaldraad",
655655
"author_image_url": "https://avatars.githubusercontent.com/u/4200832?v=4"
656+
},
657+
{
658+
"author_id": "dventimi",
659+
"author": "David Ventimiglia",
660+
"username": "dventimi",
661+
"position": "Engineering",
662+
"author_url": "https://github.com/dventimi",
663+
"author_image_url": "https://avatars.githubusercontent.com/u/97983663?v=4"
664+
},
665+
{
666+
"author_id": "jian_jie",
667+
"author": "Jian Jie Liau",
668+
"username": "jianji",
669+
"position": "CTO and Co-Founder Mobbin",
670+
"author_url": "https://github.com/liaujianjie",
671+
"author_image_url": "https://avatars.githubusercontent.com/u/3143132?v=4"
656672
}
657673
]

0 commit comments

Comments
 (0)