Storing Meals in Firebase
Our application pages are coming along well. Connecting meal submissions to Firebase is proving to be a challenge, though. Every time a user submits a form to create a meal, the information needs to be sent to Firebase. When a user searches for food, the data then needs to be retrieved from the database.
UI Optimizations
We've also been working on optimizing our UI to make the app as easy to use as possible. For example, we originally included a screen that only had the "Login" button on it. However, we realized that since it only has one button, it was an extra screen. We ended up directly sending users to the Log In page when they open the app.
Log in or sign up for Devpost to join the conversation.