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.
drykul
5
Posts
2
Following
A member registered Sep 07, 2019
Recent community posts
GDScript-based Firebase in Godot comments · Replied to BackAt50Ft in GDScript-based Firebase in Godot comments
Massive update to use SSE/event-source based HTTPClient comments · Replied to BackAt50Ft in Massive update to use SSE/event-source based HTTPClient comments
Massive update to use SSE/event-source based HTTPClient comments · Posted in Massive update to use SSE/event-source based HTTPClient comments
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!