lmcq / firebase-firestorm

Firebase Firestorm is an ORM for Firestore which can be used with Typescript.
MIT License
252 stars 19 forks source link

refactor(map decorator): make field config parameter optional #5

Closed mkorenko closed 4 years ago

mkorenko commented 4 years ago

@map() decorator requires fieldConfig, while it can be omitted as in @field(), @timestamp(), @geopoint() decorators.