Help with creating new document #449
-
New to exploring Firebase, have been following this tutorial and modifying code to fit Godot 4.3 Looking at the documentation for GodotFirebase for Godot 4.x : so I have to pass in document as an argument, I have been looking at this a little and I am missing on how to create document object, looks like I can receive it with the I would prefer to use If thats not possible I understand how Could anyone throw in some examples of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
First off, you should not really be following that tutorial - it's wrong because it's out of date. That said, others have been asking about this recently, so I'll probably try to add something back in to allow it. It really shouldn't work and the way the code in the addon is now is intentional, but enough people want it back. I'll look into it. It might take several days though, have a ton going on right now! |
Beta Was this translation helpful? Give feedback.
Oh, and ill try to take some time to update the documentation. You can check out the test harness which should be up to date here: https://github.com/GodotNuts/GodotFirebaseTestHarness
Look in the tests and look for the ones for Firestore. It does an update, should be pretty clear (make sure you switch to the 4.x branch first, as I haven't updated it to main yet in the test harness like I have in the addon).