Skip to content

Commit

Permalink
Add a todo for token verification
Browse files Browse the repository at this point in the history
  • Loading branch information
DellaBitta committed Nov 4, 2024
1 parent 10348f8 commit 6f4f745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/src/firebaseServerApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export class FirebaseServerAppImpl
};

// Parse the installationAuthToken if provided.
// TODO: kick off the token verification process.
this._installationsId = null;
if (this._serverConfig.installationsAuthToken !== undefined) {
try {
Expand Down

0 comments on commit 6f4f745

Please sign in to comment.