private async Task <List <ShoppingListItems> > GetShoppingItems()
 {
     return(await FirebaseHelper.GetShoppingList());
 }