Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T22:11:41.000Z (6 months ago)
- Last Synced: 2024-10-12T14:24:11.798Z (29 days ago)
- Topics: addon, firebase, gdscript, godot, godot-engine, hacktoberfest, rest-api, supabase
- Language: GDScript
- Homepage:
- Size: 504 KB
- Stars: 172
- Watchers: 13
- Forks: 19
- Open Issues: 8
-
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
![code-snapshot1](imgs/snapshot1.png)GDscript style
![code-snapshot2](imgs/snapshot2.png)