https://github.com/supabase-community/godot-engine.supabase
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
https://github.com/supabase-community/godot-engine.supabase
addon firebase gdscript godot godot-engine hacktoberfest rest-api supabase
Last synced: about 1 month ago
JSON representation
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
- Host: GitHub
- URL: https://github.com/supabase-community/godot-engine.supabase
- Owner: supabase-community
- License: mit
- Created: 2021-01-03T16:34:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:11:41.000Z (over 1 year ago)
- Last Synced: 2025-09-18T06:45:57.721Z (about 2 months ago)
- Topics: addon, firebase, gdscript, godot, godot-engine, hacktoberfest, rest-api, supabase
- Language: GDScript
- Homepage:
- Size: 504 KB
- Stars: 212
- Watchers: 11
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

👉 [4.x](https://github.com/supabase-community/godot-engine.supabase/tree/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](https://github.com/fenix-hub/godot-engine.supabase-ui).
### examples and demos
A collection of examples and live demos is available at [*fenix-hub/godot-engine.supabase-examples*](https://github.com/fenix-hub/godot-engine.supabase-examples), both with source code and exported binaries.
### how to use
A wiki is available [*here*](https://github.com/fenix-hub/godot-engine.supabase/wiki).
Even though it is still not complete, Classes and APIs references are always listed and updated.
### code snippet
Multiple approaches!
Javascript library style

GDscript style
