firebase-admin-node
firebase-admin-node copied to clipboard
Directly initialize properties in UserMetadata
Prompted by attempting to enable tsconfig options 'strictPropertyInitialization'.
The properties were being indirectly set via Object.defineProperty. Typescript isn't able to follow that. Setting the properties directly resolves it. (And also exposed some minor type errors.)