examples/solid/authenticated-routes-firebase/README.md
Create a Firebase project
Enable Authentication in the Firebase console
Add GitHub as an authentication provider:
https://your-firebase-project-id.firebaseapp.com/__/auth/handlerCreate a web app in your Firebase project:
Copy the .env.example provided and configure with your firebase credentials
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_STORAGE_BUCKET=
VITE_FIREBASE_MESSAGING_SENDER_ID=
VITE_FIREBASE_APP_ID=```
## Run the app
To run this example:
- `npm install` or `yarn`
- `npm start` or `yarn start`