Skip to content

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

License

Notifications You must be signed in to change notification settings

supabase-community/godot-engine.supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👉 4.x

Godot Engine - Supabase (3.x)

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

  • Authentication (/auth)
  • Database (/database)
  • Realtime (/realtime)
  • 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