James Daniels
James Daniels
The proper way is: ```ts import firebase from 'firebase/app'; firebase.database.ServerValue.TIMESTAMP ``` Note due to an outstanding bug with how the Firebase modules are defined this will throw an error in...
interesting, wonder if auto-import is pruning some dependencies...
I'm planning on adding new data types to the adapter that will do stuff like this for you, I'll leave open for that.
I fortunately have a better way to detect the inverse relationship. What about saving the associated _ids?
I think we can save the inverse record in a batch. I’ll look into this more, thanks for getting this kicked off.
Sorry, yes those are outdated; please try building the library before running `serve` as we're currently using an older version of ember-cli-typescript. `npm run build`
I've not implemented computed property / promise proxy awareness in the service yet, I'd welcome a PR. It could probably be implemented without a lot of hackery, at the very...
@bnetter I will be doing more work on emberfire this week but I don't think I'll have a chance to get to this issue. I am planning on getting the...
@bnetter I understand that you're feeling fustrated but please keep your comments constructive. The space here is meant for building EmberFire, both technology and community. If you're interested in helping...
@bnetter this is an [MIT Licensed](https://github.com/firebase/emberfire/blob/master/LICENSE) and [community driven](https://github.com/firebase/emberfire/graphs/contributors) effort. Just because our NPM tokens are encrypted doesn't make this any less true, that's just a security best practice. In...