Skip to content

Commit

Permalink
added firebase-admin to yarn dependencies + updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dis-may committed Sep 16, 2024
1 parent 0aa8c67 commit c778f5e
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 127 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*node_modules
*.env
*/dist
credentials.json
credentials.json
.DS_Store
3 changes: 2 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"dotenv": "^16.4.1",
"express": "^4.18.2",
"express-cors": "^0.0.3",
"firebase": "^10.13.0",
"firebase": "^10.13.1",
"firebase-admin": "^12.5.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"ts-node": "^10.9.2",
Expand Down
Loading

0 comments on commit c778f5e

Please sign in to comment.