Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

drykul

5
Posts
2
Following
A member registered Sep 07, 2019

Recent community posts

Any word on this tutorial? I purchased the add-on and am trying understand it by going through your example demo but I'm having a tough time making heads or tails of how to actually put this into my project.

As someone who is fairly new to all this, do I have to reauth with

Firebase.Auth.connect("login_succeeded", self, "on_login_success")

on the ready function in every script that utilizes the database? Or can I just authorize once and that's good for the entire session in the app?

This would be amazing!

Can we get a simplistic example demo of this functionality? :D

I successfully got user registration working correctly with my Firebase project and your addon. However, I've been wracking my brain trying to figure out how to access the realtime database for CRUD operations. I have included the Godot SSL certs to the project, I've added test data to the realtime database, and I followed the Godot documentation for making an HTTP request with the HTTPRequest node, but nothing gets returns. Can we get a simple example on CRUD operations on the Firebase realtime database using your addon? Thank you so much!