This error is stopping me running the app. Not sure why it's happening. There are parameters on the page but nothing that I can see that would stop it working,
The Logged in Page is my homepage, it's half a user screen for viewing restaraunts, and half a restaurant screen for seeing your orders that have come in. These sections have conditional visibility depending on if the user isRestaurant.
The parameters are usersRef and ordersRef. These are so I can update the status of orders in Firebase and display the orders for each restuarant.
I may be doing this a backwards way that's causing this issue.
Any help is appreciated. Thanks.