Closed grahamlyus closed 7 years ago
@grahamlyus Man, thanks a lot for all of this. My month is crazy busy and I wanted to make all this fix in September. I'm just wondering: We're using Date.now()
. What if we allow a custom function there? Like, what if someone wants Date.now()
without the milisecs?
No worries. I was away from my side project for a while and saw your project and decided to dispose of my effort :)
Seems like milliseconds is standard in Firebase: https://firebase.google.com/docs/reference/js/firebase.database.ServerValue#.TIMESTAMP
Support for changing the timestamp field names. For example, if the user would prefer 'createdAt'/'updatedAt' instead of 'created_at'/'updated_at'