chayesss / knowledge-quest

0 stars 0 forks source link

Firebase Authentication #15

Open chayesss opened 13 hours ago

chayesss commented 13 hours ago

This used the firebase SDK in conjunction with the angular fire library

Firebase UI authentication was not really the easiest to implement for this angular project, it is a bit easier for other frameworks. Typically there is some kind of wrapper package we could use, but it was out of date since angular somewhat recently moved to angular 18.

This is pretty barebones for now and will need to be updated more for stuff like route guarding or implement other SSO providers such as google/microsoft/github etc.

this can be reviewed but DO NOT MERGE UNTIL #14 is merged

github-actions[bot] commented 13 hours ago

Visit the preview URL for this PR (updated for commit 82b115f):

https://knowledgequest-dbc73--pr15-firebase-auth-arp6kp5q.web.app

(expires Sat, 26 Oct 2024 03:47:48 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e02767fd6da8399bfc7d5e5b1abf50a8ac69bc57

Fatima2324 commented 1 hour ago

Looked at the PR