Skip to content

Commit 6f4f745

Browse files
committed
Add a todo for token verification
1 parent 10348f8 commit 6f4f745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/firebaseServerApp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class FirebaseServerAppImpl
7070
};
7171

7272
// Parse the installationAuthToken if provided.
73+
// TODO: kick off the token verification process.
7374
this._installationsId = null;
7475
if (this._serverConfig.installationsAuthToken !== undefined) {
7576
try {

0 commit comments

Comments
 (0)