Entry 3 Week 13: Setting up fire base for different uses
- J J

- Jan 23, 2020
- 1 min read
This week i managed to write the program to automatically set up the fire base which can be used for the application. One of the fire base is used to store general store information, and the other is to store entries for customer visits, and the third is used to store predictions that can be read off to be used in the application.
I also written the code to plot graphs which are useful for the restaurant, such as average customer visits per hour, how long each customer stays in the restaurant. I also made changes to the fire base from the previous week to make information more accessible, and easier to refer to.
This week I was also trying to learn some java and android app development to help my team link the app to the fire base by using the fire base API for java and properly set up the different sets of buttons. I managed to learn how to write information from the demo application in the android studio to the fire base by installing the right packages.
Comments