sidferreira / aor-firebase-client

Firebase client for Admin on Rest
MIT License
57 stars 29 forks source link

Support custom timestamp field names #13

Closed grahamlyus closed 7 years ago

grahamlyus commented 7 years ago

Support for changing the timestamp field names. For example, if the user would prefer 'createdAt'/'updatedAt' instead of 'created_at'/'updated_at'

sidferreira commented 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?

grahamlyus commented 7 years ago

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