GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
558 stars 79 forks source link

Fix #439 #440

Closed zt-pawer closed 1 month ago

zt-pawer commented 1 month ago

This is the proposed change for #439

WolfgangSenff commented 1 month ago

Sorry, only just remembered this. General question: can you just include the subpath within the definition of the query itself? I think we talked about this in Discord, but I'm not remembering now.

zt-pawer commented 1 month ago

Unfortunately in the query definition it goes in the body of the call and it does not accept "/", it seems that the only accepted way is in the URL

WolfgangSenff commented 1 month ago

That's obnoxious! Thanks for the fix then - I'll port it over to 4.x. That said, I can't merge at the moment as I'm running out the door, but will do so sometime over the weekend. Nice work and good find!

zt-pawer commented 1 month ago

Not a problem