- Dec 12, 2022
- 357
- 2
Hi
Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit and delete data in the table.
We can use REST API or client libraries from supabase to access the data in the postgres database. Supabase is not just about accessing the database. it also provides some solutions out of the box such as Authentication, File Storage and Real-time capabilities.
For this example we will use the javascript sdk. I am using this for the SithasoDaisy framework.
First things first
1. Sign Up
[H3]
The Open Source Alternative to Firebase.
2. Get the JavaScript SDK and include in your project.
3. Create a project.
4. Create a table with columns.
Supabase is an open source Firebase alternative. It provides all the backend services you need to build a product. Supabase uses Postgres database with real-time capabilities. Basically, supabase provides an interface to manage postgres database that you can use to create table and insert, edit and delete data in the table.
We can use REST API or client libraries from supabase to access the data in the postgres database. Supabase is not just about accessing the database. it also provides some solutions out of the box such as Authentication, File Storage and Real-time capabilities.
For this example we will use the javascript sdk. I am using this for the SithasoDaisy framework.
First things first
1. Sign Up
برای دیدن تصاویر باید ثبت نام کنید
[H3]
برای دیدن لینک ها باید ثبت نام کنید
[/H3]The Open Source Alternative to Firebase.
برای دیدن تصاویر باید ثبت نام کنید
supabase.com2. Get the JavaScript SDK and include in your project.
3. Create a project.
4. Create a table with columns.
برای دیدن لینک ها باید ثبت نام کنید