App Crashes when two firebase RTDB calls are made sequentially. #4
hardikfuria12
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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