diff --git a/examples/firebase/functions/package.json b/examples/firebase/functions/package.json index f298e259b..5ad453ace 100644 --- a/examples/firebase/functions/package.json +++ b/examples/firebase/functions/package.json @@ -12,7 +12,7 @@ "start": "concurrently \"npm run build:watch\" \"firebase emulators:start --only functions\"" }, "dependencies": { - "firebase-admin": "^12.0.0", + "firebase-admin": "^13.0.0", "firebase-functions": "^6.0.0", "graphql": "16.6.0", "graphql-yoga": "5.3.1"