https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
Supabase Storage offers the functionality to transform and resize images dynamically. Any image stored in your buckets can be transformed and optimized for fast delivery...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
This is a very simple tutorial on how to download a file and show the progress in a progressbar.
With my small image there is not much progress, it makes more sense to use this function with...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
This is a very simple tutorial on how to use the storage file options.
Upload File
Uploads a file to an existing bucket.
Dim UploadFile As Supabase_StorageFile =...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
This is a very simple tutorial on how to use the storage bucket options.
CREATE
Creates a new Storage bucket
Name - A unique identifier for the bucket you are creating
Dim CreateBucket As...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
In this example, we will take a look at how we can implement authentication using Apple sign-in to secure our application using the Supabase SDK for B4X.
SignIn with Apple is currently only...
https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/
In this example, we will take a look at how we can implement authentication using Google sign-in to secure our application using the Supabase SDK for B4X.
Configure the Client IDs on the Google...
https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/
This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon.
CREATE
Dim Insert As Supabase_DatabaseInsert = xSupabase.Database.InsertData
Insert.From("dt_Tasks")
Dim...
https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/
The client library does the work for you, you don't have to worry about renewing the access token or using and saving it.
This is a very simple tutorial on how to use the auth options. A more detailed tutorial...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.