From 3352b7f4c21c4680eeac7acb841778bee470f60a Mon Sep 17 00:00:00 2001 From: DellaBitta Date: Fri, 17 Jan 2025 13:46:34 -0500 Subject: [PATCH] Changelist copy update. --- .changeset/kind-pets-sin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/kind-pets-sin.md b/.changeset/kind-pets-sin.md index bdef132916b..7debbf4b220 100644 --- a/.changeset/kind-pets-sin.md +++ b/.changeset/kind-pets-sin.md @@ -10,6 +10,6 @@ '@firebase/auth': patch --- -`FirebaseServerApp` may now be initalized with an App Check token in leu of invoking the App Check +`FirebaseServerApp` can now be initalized with an App Check token instead of invoking the App Check `getToken` method. This should unblock the use of App Check enforced products in SSR environments where the App Check SDK cannot be initialized.