diff --git a/packages/app/src/firebaseServerApp.ts b/packages/app/src/firebaseServerApp.ts index 80a48744d4b..bfa6a99d16c 100644 --- a/packages/app/src/firebaseServerApp.ts +++ b/packages/app/src/firebaseServerApp.ts @@ -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 {