rsnext/examples/with-firebase/package.json
matcha 021fd941da
feat: update firebase in with-firebase (#29581)
From issue #29569 that mention `with-firebase` will error when use `measurementId`. I update firebase in this example and changed code into firebase 9 and that error is disappeared.

Closes: https://github.com/vercel/next.js/pull/29570
Fixes: https://github.com/vercel/next.js/issues/29569
2022-02-06 18:01:16 +00:00

15 lines
273 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"firebase": "9.1.1",
"firebase-admin": "9.12.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}