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.