1amageek / pring.ts

Cloud Firestore model framework for TypeScript - Google
https://firebase.google.com/docs/firestore/
MIT License
108 stars 7 forks source link

Pring does not seem to be working with create-react-app #44

Open jerryOkafor opened 5 years ago

jerryOkafor commented 5 years ago

I have a creat react app that I am using with Pring, everything seems file at compile time, but when I save a Pring model, none of the properties is saved, only createdAt and updatedAt fields are saved.

I don't know if anyone has come across this same issue before or you have any crew on how to fix this.

I would appreciate.

1amageek commented 5 years ago

Are you using ‘property’ decorator?

jerryOkafor commented 5 years ago

Yes, I am using property decorator