JakePickle / teamform-seed

This project is an application skeleton. It is used for a HKUST Software Engineering Course (COMP3111/H) in Fall 2016/17. My goal: The project is not asking students to re-produce the sample project. We should encourage students to do something better than the TA.
https://course.cse.ust.hk/comp3111/teamform/
MIT License
0 stars 4 forks source link

Firebase Auth issue #73

Open suyanzhe opened 7 years ago

suyanzhe commented 7 years ago

On my computer, in multiple files by multiple group members (index.html, dashboard.html etc.) this error arise in the console: "This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console." This brakes Google account login feature on my computer (button does nothing). Also see #63 and #69.

JakePickle commented 7 years ago

This is because the code is not hosted on an aws server as I mentioned when I added the functionality for that button.

suyanzhe commented 7 years ago

...... Need to let #69 author see that. Could you also give me the way to access that webpage on AWS?

JakePickle commented 7 years ago

The version I am hosting is the sandbox for testing authentication. You will need to host it on a different server to if you want to host the master branch.

suyanzhe commented 7 years ago

I get it. I will host that.