diff --git a/examples/with-firebase-authentication/package.json b/examples/with-firebase-authentication/package.json index d354ba25b523a4f..b02826330bfffea 100644 --- a/examples/with-firebase-authentication/package.json +++ b/examples/with-firebase-authentication/package.json @@ -10,8 +10,8 @@ "body-parser": "^1.17.1", "express": "^4.14.0", "express-session": "^1.15.2", - "firebase": "^5.6.0", - "firebase-admin": "^5.8.2", + "firebase": "^7.6.2", + "firebase-admin": "^8.9.0", "isomorphic-unfetch": "2.0.0", "next": "latest", "react": "^16.7.0", diff --git a/examples/with-firebase-cloud-messaging/package.json b/examples/with-firebase-cloud-messaging/package.json index 8a2b215dc756ad0..e8966a4dbe797b5 100644 --- a/examples/with-firebase-cloud-messaging/package.json +++ b/examples/with-firebase-cloud-messaging/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "express": "^4.14.0", - "firebase": "^5.5.8", + "firebase": "^7.6.2", "localforage": "^1.7.3", "next": "latest", "react": "^16.7.0", diff --git a/examples/with-firebase-hosting-and-docker/package.json b/examples/with-firebase-hosting-and-docker/package.json index 87fe213a5f79ef1..1ff6d3ef24f9e26 100644 --- a/examples/with-firebase-hosting-and-docker/package.json +++ b/examples/with-firebase-hosting-and-docker/package.json @@ -26,7 +26,7 @@ "compression": "^1.7.3", "cors": "^2.8.4", "express": "^4.16.3", - "firebase-admin": "6.0.0", + "firebase-admin": "8.9.0", "firebase-functions": "^2.0.5", "helmet": "^3.13.0", "next": "latest", diff --git a/examples/with-firebase-hosting-and-typescript/package.json b/examples/with-firebase-hosting-and-typescript/package.json index a9da0259074e8f8..0a5f118d5a910a4 100644 --- a/examples/with-firebase-hosting-and-typescript/package.json +++ b/examples/with-firebase-hosting-and-typescript/package.json @@ -21,7 +21,7 @@ "install-deps": "cd \"dist/functions\" && npm i" }, "dependencies": { - "firebase-admin": "^8.0.0", + "firebase-admin": "^8.9.0", "firebase-functions": "^3.1.0", "next": "latest", "react": "16.8.6", diff --git a/examples/with-firebase-hosting/package.json b/examples/with-firebase-hosting/package.json index bfbc2a9f9326dd0..7dccb587763cc34 100644 --- a/examples/with-firebase-hosting/package.json +++ b/examples/with-firebase-hosting/package.json @@ -19,7 +19,7 @@ "install-deps": "cd \"dist/functions\" && npm i" }, "dependencies": { - "firebase-admin": "^8.2.0", + "firebase-admin": "^8.9.0", "firebase-functions": "^2.1.0", "grpc": "^1.22.2", "next": "latest",