-
My database look like this, and the wiki says i need `FireBase.Database.get_database_reference()`, and i need to pass `path` to it, what should i pass? url to the database? |
Beta Was this translation helpful? Give feedback.
Answered by
fenix-hub
Dec 3, 2022
Replies: 2 comments 2 replies
-
so now i had logged in, how could i get data in database? patch_data_updated and new_data_updated isn't emitting |
Beta Was this translation helpful? Give feedback.
0 replies
-
Once you've properly configured the plugin (set the Firebase.Database.get_database_reference("quotes") # in your case |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MeBadDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once you've properly configured the plugin (set the
databaseUrl
property) you can get a reference to your database like this