Skip to content

Releases: jhagas/ESPSupabase

Supabase Realtime (Postgres Changes) Support!

19 Jul 05:01
Compare
Choose a tag to compare

Deriving the code from MarleyPlant/ESP32_Supabase: Interface ESP microcontrollers with Supabase..

Now, you can do Realtime Postgres Changes Listening right from your ESP. Enjoy!
For Broadcast and Presence is not implemented yet..

File Upload to the Bucket!

16 Jul 23:41
efa2415
Compare
Choose a tag to compare

Pull request from @haykodarb, enabling file upload to your supabase bucket

Stored Function (RPC) Support

05 Jun 10:41
65f1052
Compare
Choose a tag to compare
Merge pull request #11 from achmadnr21/master

Implement rpc achmadnr21

Support for ESP8266

20 Apr 14:39
6ec149a
Compare
Choose a tag to compare
Merge pull request #7 from atulraj85/master

An Arduino

A nice feature set..

13 Apr 21:07
Compare
Choose a tag to compare
  • Make Select API (GET Request), full with row limits (one by default)
  • Make filtering query builder method in Select and update
  • Make order/sort query builder method to in Select
  • Implement Update with PATCH HTTPS Request

v0.0.1

10 Apr 21:51
Compare
Choose a tag to compare

Have login and Insert working..