Skip to content

Commit 227a233

Browse files
chore(adapters): update firebase sdk version in firebase adapter (#5902)
* Update firebase SDK version * Update pnpm-lock.yaml * add `--debug` * move flag * add `FIREBASE_TOKEN` * chore: upgrade `firebase-tools` * revert peer dep change * remove --debug flag Co-authored-by: Balázs Orbán <[email protected]>
1 parent cf9f133 commit 227a233

File tree

2 files changed

+886
-487
lines changed

2 files changed

+886
-487
lines changed

packages/adapter-firebase/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"build": "tsc",
32-
"test": "FIRESTORE_EMULATOR_HOST=localhost:8080 firebase emulators:exec --only firestore --project next-auth-test jest"
32+
"test": "FIRESTORE_EMULATOR_HOST=localhost:8080 firebase --token '$FIREBASE_TOKEN' emulators:exec --only firestore --project next-auth-test jest"
3333
},
3434
"peerDependencies": {
3535
"firebase": "^9.7.0",
@@ -38,8 +38,8 @@
3838
"devDependencies": {
3939
"@next-auth/adapter-test": "workspace:*",
4040
"@next-auth/tsconfig": "workspace:*",
41-
"firebase": "^9.7.0",
42-
"firebase-tools": "^10.7.2",
41+
"firebase": "^9.14.0",
42+
"firebase-tools": "^11.16.1",
4343
"jest": "^27.4.3",
4444
"next-auth": "workspace:*"
4545
}

0 commit comments

Comments
 (0)