utmgdsc / CourseOfAction

Course Manager that uses a script to convert you syllabus PDFs to website component with custom notification to keep you on track to get a 4.0
https://mcsapps.utm.utoronto.ca/coa
4 stars 4 forks source link

Setup Firebase #3

Closed miteshghimire closed 2 years ago

miteshghimire commented 2 years ago
miteshghimire commented 2 years ago

Added milindvishnoi@gmail.com as a project owner to the firebase project: https://console.firebase.google.com/project/courseofaction-697f4

miteshghimire commented 2 years ago

I have also enabled auth using email/password for now. We can switch it over to allow SSO later

miteshghimire commented 2 years ago

I created a a test account: testuser@test.com and have manually added tables to match our schema. Feel free to look it over and suggest any changes: https://console.firebase.google.com/u/0/project/courseofaction-697f4/database/courseofaction-697f4-default-rtdb/data

As for the backend setup for Firebase, we can explore both Firebase and the Pyrebase packages.