App not listening to database changes #189
-
Beta Was this translation helpful? Give feedback.
Answered by
mobizt
Dec 17, 2024
Replies: 1 comment 2 replies
-
You never check the debug/error events in your callback, then you will not know what is going on. No need to separate the callbacks for async tasks because it increases your code size. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mobizt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You never check the debug/error events in your callback, then you will not know what is going on.
No need to separate the callbacks for async tasks because it increases your code size.