File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { type UserType } from "@stanfordbdhg/engagehf-models";
1212import { toast } from "@stanfordspezi/spezi-web-design-system/components/Toaster" ;
1313import { queryOptions } from "@tanstack/react-query" ;
1414import { redirect } from "@tanstack/react-router" ;
15- import { connectAuthEmulator , getAuth , OAuthProvider } from "firebase/auth" ;
15+ import { connectAuthEmulator , getAuth , SAMLAuthProvider } from "firebase/auth" ;
1616import { connectFirestoreEmulator , getFirestore } from "firebase/firestore" ;
1717import { env } from "@/env" ;
1818import { firebaseConfig } from "@/modules/firebase/config" ;
@@ -33,7 +33,7 @@ if (enableEmulation)
3333 connectAuthEmulator ( auth , "http://127.0.0.1:9099" , { disableWarnings : true } ) ;
3434
3535export const authProvider = {
36- uw : new SAMLAuthProvider ( ' saml.staging4.rit.uw.edu' ) ,
36+ uw : new SAMLAuthProvider ( " saml.staging4.rit.uw.edu" ) ,
3737} ;
3838
3939export const db = getFirestore ( firebaseApp ) ;
You can’t perform that action at this time.
0 commit comments