-
Hi, I am currently tinkering with this plugin and I am enjoying it a lot. Saving data and deleting data from the Realtime database is very easy, but I find that receiving new data is much harder. The documentation is vague on what each event does and I was also wondering if there was a way to just get all the data in the database or see if something exists within it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@Yello12 sorry it took so long to get back to you. The Realtime database updates happen in the background, so as long as you have a connection to a path, there is no need to do anything else. If that path is updated, then you will get the update. There is a signal that should be emitted when the path is added to our updated. Does this answer the question? ~ Chuck |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
@Yello12 sorry it took so long to get back to you. The Realtime database updates happen in the background, so as long as you have a connection to a path, there is no need to do anything else. If that path is updated, then you will get the update.
There is a signal that should be emitted when the path is added to our updated.
Does this answer the question?
~ Chuck