GodotNuts GodotFirebase Versions Save

Implementations of Firebase for Godot using GDScript

godotfirebase-v5.3

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/GodotNuts/GodotFirebase/compare/godotfirebase-v5.2...godotfirebase-v5.3

godotfirebase-v5.2

5 months ago

This release includes the "once" functionality found in other Firebase implementations so that you can simply get what's at a specific place in the Realtime Database once-only, rather than having to listen to the changes.

godotfirebase-v5.1

11 months ago

Removed automatic caching from Firestore node to prevent the corruption bug that many people have been seeing.

godotfirebase-v4.8

11 months ago

Updated to remove automatic caching in the Firestore node to prevent the big corruption bug that people have been running into.

godotfirebase-v5.0

1 year ago

This release targets the 4.x version of the GodotFirebase plugin. USE THIS IF YOU INTEND TO USE THE PLUGIN ON GODOT 4.x!

godotfirebase-v4.7

2 years ago

Implemented a fix for an Android-specific bug, and have updated the error handling in firestore_task to be more robust.

What's Changed

Full Changelog: https://github.com/GodotNuts/GodotFirebase/compare/godotfirebase-v4.6...godotfirebase-v4.7

godotfirebase-v4.6

2 years ago

This small update has a large impact on your codebase when using Firestore! This will break it! Make sure for your error handler you switch to using the new signal (it's the same signal as before, but with more data). I'm hoping this helps people debug their workflows better.

What's Changed

Full Changelog: https://github.com/GodotNuts/GodotFirebase/compare/godotfirebase-v4.5...godotfirebase-v4.6

godotfirebase-v4.5

2 years ago

Fix for a massive bug in the realtime database, specifically with the HTTPSSEClient, which had an unstable refactor that missed a part of an if-condition. As such, we now support realtime database streaming again! As well as patching.

Full Changelog: https://github.com/GodotNuts/GodotFirebase/compare/godotfirebase-v4.4...godotfirebase-v4.5

godotfirebase-v4.4

2 years ago

godotfirebase-v4.3

2 years ago

Fixes an issue with Firestore where it did not respect the dot notation for nested objects.