DEV Community

Cover image for [Video] Ionic Vue CRUD Example App using Supabase.io, “The Open Source Firebase Alternative”
Aaron K Saunders
Aaron K Saunders

Posted on • Edited on

2

[Video] Ionic Vue CRUD Example App using Supabase.io, “The Open Source Firebase Alternative”

See My Upcoming Book On Ionic & Vue JS


See The Whole Video Series Here

I stumbled across Supabase.io a while ago but got interested again when I saw they just got 6M in funding so I figured I would take it for a spin and also do some live coding.

The website says

The Open SourceFirebase Alternative

Create a backend in less than 2 minutes. Start your project with a Postgres Database, Authentication, instant APIs, and real-time subscriptions.

The video is here along with the source code. To get the project to work you will need your own credentials and then modify the config.js file

import { createClient } from "@supabase/supabase-js";
const SUPABASE_KEY = "FILL_IN_FROM_YOUR_SUPABASE_PROJECT";
const SUPABASE_URL = "FILL_IN_FROM_YOUR_SUPABASE_PROJECT";
export const SUPABASE_CLIENT = createClient(SUPABASE_URL, SUPABASE_KEY);
Enter fullscreen mode Exit fullscreen mode

Supabase On Dev.to

https://dev.to/supabase

ko-fi

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (2)

Collapse
 
whoadarshpandya profile image
Adarsh Pandya

Very nice

Collapse
 
aaronksaunders profile image
Aaron K Saunders

There is MORE... youtu.be/kBE5ppJVn_I

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay