From 74af5ba45eac280b30e1c3ccd31e5f2ec4dc6512 Mon Sep 17 00:00:00 2001 From: DellaBitta Date: Tue, 19 Nov 2024 10:34:54 -0500 Subject: [PATCH] changeset --- .changeset/nine-clouds-hammer.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/nine-clouds-hammer.md diff --git a/.changeset/nine-clouds-hammer.md b/.changeset/nine-clouds-hammer.md new file mode 100644 index 00000000000..c84e0a5ba4e --- /dev/null +++ b/.changeset/nine-clouds-hammer.md @@ -0,0 +1,7 @@ +--- +'@firebase/installations': minor +'@firebase/app': minor +'@firebase/remote-config': patch +--- + +Add `installationsAuthToken` as an optional FirebaseServerApp variable. If present, then Installations `getId` and `getToken` will use the provided value instead of initializing the Installations SDK to retrieve those values dynamically. This should unlock SDKs that require these Installations values in a server environment where the Installations SDK isn't supported.