-
Notifications
You must be signed in to change notification settings - Fork 1
Update and hide firebase API key #290
Copy link
Copy link
Open
Description
We're having the infinite login loop issue again, this seems to happening because the firebase auth key has expired.
export const app = initializeApp({
apiKey: "...",
authDomain: "auth.hexlabs.org",
});
implementation plan:
- replace hardcoded api key in App.tsx with REACT_APP_FIREBASE_API_KEY
- go to cloudflare > workers and pages > live.hexlabs.org > settings > variables and secrets and add REACT_APP_FIREBASE_API_KEY with correct value
- test that infinite login loop issue goes away
Reference: HackGT/registration2@2fcadce

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels