Enable Firebase login

This commit is contained in:
2022-10-01 15:45:44 +01:00
parent 07047768be
commit 2dd66ea244
4 changed files with 164 additions and 16 deletions

View File

@@ -6,11 +6,12 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"firebase": "^9.10.0",
"firebaseui": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4",
"firebase": "^9.10.0"
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",