Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Nov 19, 2024
1 parent e3d69ce commit 74af5ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/nine-clouds-hammer.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 74af5ba

Please sign in to comment.