Firebase-admin with Typescript rejects all FieldValues
I am using firebase-admin to control a firestore database using Cloud Functions with TypeScript. If I set the type of my collection reference, I can no longer add using FieldValues. The argument types from add require a literal object matching…