Good Morning,
I tried adding a new created object from this class:
export class Sponsor implements ISponsor { title: string; description?: s
I was having a similar problem using vue and nuxt
firebase.firestore().collection('example') .doc() .set({ 'foo' : 'boo' })
Error:
Data must be an object, but it was: a custom Object object
This link helped me