We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b51f8 commit dc72577Copy full SHA for dc72577
packages/util/src/emulator.ts
@@ -84,8 +84,7 @@ interface FirebaseIdToken {
84
};
85
86
// Custom claims set by the developer
87
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
88
- [claim: string]: any;
+ [claim: string]: unknown;
89
90
uid?: never; // Try to catch a common mistake of "uid" (should be "sub" instead).
91
}
0 commit comments