Skip to content

Help accesing realtime database and getting data to dictionary #285

Answered by WolfgangSenff
Kontrano asked this question in Q&A
Discussion options

You must be logged in to vote

You have an incorrect signal listed for the second one. The two signals you want are:
patch_data_update
and
new_data_update

You're using patch_new_update, which isn't a signal we have. You'll be able to tell by the error in Godot when attempting to run that line - it'll say the signal doesn't exist so cannot connect to it.

See more at these places:

https://github.com/GodotNuts/GodotFirebase/blob/main/addons/godot-firebase/database/reference.gd#L9
https://github.com/GodotNuts/GodotFirebase/wiki/Realtime-Database#firebasedatabasereference

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@Kontrano
Comment options

@WolfgangSenff
Comment options

@Kontrano
Comment options

@WolfgangSenff
Comment options

@Kontrano
Comment options

Answer selected by Kontrano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants