Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)