Replies: 1 comment 1 reply
|
Team, I need a light on this, I no sure if this is a case of bad implementation from my side. Now I solved this with a trick in the side of the database with a blank entry, and I simulate and I activate the subscription, and all works nicely. But I need to figure out if I have a solution without this trick. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is my situation: I am using useDatabaseListData() but the subscription is no active until some data is in the database.
How I can say, "keep watching this subscription until some data show and render the data"
All reactions