Audun Wigum Arbo
Audun Wigum Arbo
I've been looking for this feature as well, as I prefer a strict API surface. For my use-case, a global setting would be best – but it would be good...
With @yuriy-yarosh's changes in https://github.com/kristiandupont/extract-pg-schema/pull/472, I was able to generate the types I wanted (although a bit quick and dirty, but not an issue in my case). Example implementation: ```javascript...
Found a workaround until #66 gets merged: ```javascript await firebaseAdmin.auth().createUser({ // Your normal fields here uid, email, password, emailVerified: true, // Workaround _tokenValidity: { issuedAtTime: new Date(), authTime: new Date(1970,...