From 1e511b5b6e00fd52fadc89ba7d7aa4b98422da5d Mon Sep 17 00:00:00 2001 From: DellaBitta Date: Mon, 16 Dec 2024 11:17:32 -0500 Subject: [PATCH] Changeset --- .changeset/kind-pets-sin.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/kind-pets-sin.md diff --git a/.changeset/kind-pets-sin.md b/.changeset/kind-pets-sin.md new file mode 100644 index 00000000000..5c2bcbd827d --- /dev/null +++ b/.changeset/kind-pets-sin.md @@ -0,0 +1,13 @@ +--- +'@firebase/app': minor +'firebase': minor +'@firebase/data-connect': patch +'@firebase/firestore': patch +'@firebase/functions': patch +'@firebase/database': patch +'@firebase/vertexai': patch +'@firebase/storage': patch +'@firebase/auth': patch +--- + +FirebaseServerApp may now be initalized with an App Check which will be used by SDKs in lieu of initializing an instance of App Check to get the current token. This should unblock the use of App Check enforced products in SSR environments.