mirror of
https://github.com/supabase/supabase.git
synced 2026-05-10 02:39:56 -04:00
23 lines
467 B
TypeScript
23 lines
467 B
TypeScript
export const data = {
|
|
label: 'Compare Supabase',
|
|
comparisons: [
|
|
{
|
|
text: 'Supabase vs Firebase',
|
|
description: '',
|
|
url: '/alternatives/supabase-vs-firebase',
|
|
},
|
|
{
|
|
text: 'Supabase vs Heroku Postgres',
|
|
description: '',
|
|
url: '/alternatives/supabase-vs-heroku-postgres',
|
|
},
|
|
{
|
|
text: 'Supabase vs Auth0',
|
|
description: '',
|
|
url: '/alternatives/supabase-vs-auth0',
|
|
},
|
|
],
|
|
}
|
|
|
|
export default data
|