CSC207-2022F-UofT / course-project-translate-chat-program

course-project-translate-chat-program created by GitHub Classroom
0 stars 4 forks source link

Created connection to Firebase NoSQL database and the skeleton #14

Closed dannylu03 closed 1 year ago

dannylu03 commented 2 years ago

Description

Will be used by the gateway layer in our project.

dannylu03 commented 1 year ago

Just added the change to fetch by userID, though I don't understand what we would change the Main class to be. Isn't this the main entry class, so Main would be an appropriate name?

alfred-mikhael commented 1 year ago

What's confusing me is that there are database methods defined in the Main class. I was under the impression that our Main class should just initialize all the objects we need and the JFrame, and not have any other methods inside it. Are you thinking of something different for the Main class?

dannylu03 commented 1 year ago

What's confusing me is that there are database methods defined in the Main class. I was under the impression that our Main class should just initialize all the objects we need and the JFrame, and not have any other methods inside it. Are you thinking of something different for the Main class?

Oh I see, what you mean. Yeah the methods were just meant for testing and I was just thinking that after merging we can comment it out for later use.