View all by BackAt50Ft
BackAt50Ft
Follow BackAt50Ft
Follow
Following BackAt50Ft
Following
Add To Collection
Collection
Comments
Devlog
GDScript-based Firebase in Godot
←
Return to GDScript-based Firebase in Godot
Devlog
Massive update to use SSE/event-source based HTTPClient
March 09, 2019
by
BackAt50Ft
4
#Firebase, #Godot, #GDScript, #Plugin, #ServerSentEvents, #EventSource
I've made an update to https://github.com/WolfgangSenff/GodotFirebase so that it now uses my other plugin, the HTTPSSEClient. Now, this Godot Firebase plugin correctly uses server-sent events, effec...
Continue reading
Firestore support semi-implemented
February 13, 2019
by
BackAt50Ft
2
#Firebase, #Godot, #GDScript, #Firestore
I've gone ahead and implemented basic Firestore support: it now has the ability to create new documents and update/store field-values within those documents. There's a good bit more, but it's a first...
Continue reading