A built in DateBase like firebase.
So you can store emails, passwords, phone-numbers, ip.
2 Likes
INFO: i am now using a THIRD-PARTY datebase with javascript.
Problem i is not to save to use.
1 Like
The feature has been requested already.
However, you can just use Firebase or create your own.
romw314 and I have built a Supabase extension (Auth and Database; Storage is wontfix).
1 Like
Can you provide me some, screenshots, and the file.
Too busy to provide screenshots: https://github.com/user-attachments/files/17169493/Supabase.zip
GDevelopApp:main
← GDevelopApp:extension/EyadMahm0ud/1376
opened 01:38PM - 14 Sep 24 UTC
### Description
This extension is an upgrade of **Supabase save state** extensi… on #1067 by @romw314.
# **Supabase** vs **Supabase save state**
- Both, **Supabase** and **Supabase save state**, use the same JavaScript client by @romw314.
- **Supabase** doesn't need a static scheme (setup), however, extension users still need to configure their own Supabase projects.
- **Supabase** supports OTP authentication.
- **Supabase** supports CRUD and filtering.
- **Supabase** retrieves session automatically by saving/loading refresh token.
# Comparison
![Screenshot_٢٠٢٤-٠٩-١٤-١٦-٣٠-٥٣-٥٨_40deb401b9ffe8e1df2f1cc5ba480b12](https://github.com/user-attachments/assets/b419b40f-f2bc-40ab-a4cf-2ac87be1d942)
![Screenshot_٢٠٢٤-٠٩-١٤-١٦-٣٠-٣٨-٠٥_40deb401b9ffe8e1df2f1cc5ba480b12](https://github.com/user-attachments/assets/fbcf902e-0c65-4be3-85d0-ea877f6ca9f7)
### How to use the extension
- Get project's URL and key from Supabase.
- Open the extension in the editor and set SupabaseURL and SupabaseKey.
- On Supabase.com, currently you have to let anonymouses read tables, no need to let anonymouses create/update/delete.
### Checklist
- [X] I've followed all of [the best practices](http://wiki.compilgames.net/doku.php/gdevelop5/extensions/best-practices).
- [X] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
- [X] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.
### What tier of review do you aim for your extension?
Community (Unreviewed)
### Example file
[Supabase example.zip](https://github.com/user-attachments/files/17002493/Supabase.example.zip)
### Extension file
[Supabase.zip](https://github.com/user-attachments/files/17002495/Supabase.zip)
3 Likes