App Crashes when two firebase RTDB calls are made sequentially. #4
hardikfuria12
started this conversation in
General
Replies: 1 comment
-
|
@hardikfuria12 sorry for late reply, you should have opened an issue that way I get notified or tag me in this discussion. I've a more simplified approach update. Though I will showcase a use case via YouTube video. In the mean time, feel free to checkout the update sample code in the readme |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
So in my app logic, once the user enters the Sales Screen page, it pulls customer and products data. When the app does try do that, it crashes without error log. I just tried calling "customer" data then it works but it does not work when both "customers" and "products" data is pulled
VIew
Controller (Just Showing product part code for brevity, but the customer part code is the exact same)
Model
Questions
Beta Was this translation helpful? Give feedback.
All reactions