Home
Softono
godot-engine.supabase

godot-engine.supabase

Open source MIT GDScript
229
Stars
31
Forks
16
Issues
9
Watchers
4 months
Last Commit

About godot-engine.supabase

A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.

Platforms

Web Self-hosted

Languages

GDScript

Links

👉 4.x

Godot Engine - Supabase (3.x)

A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.

  • [x] Authentication (/auth)
  • [x] Database (/database)
  • [x] Realtime (/realtime)
  • [x] Storage (/storage)

UI Library

A drag&drop UI Library is available at supabase-ui.

examples and demos

A collection of examples and live demos is available at fenix-hub/godot-engine.supabase-examples, both with source code and exported binaries.

how to use

A wiki is available here.
Even though it is still not complete, Classes and APIs references are always listed and updated.

code snippet

Multiple approaches!

Javascript library style code-snapshot1

GDscript style code-snapshot2