Open fredguth opened 7 years ago
I agree, it should expose all of the account methods. Note that there was a change recently: https://github.com/hoodiehq/hoodie-account-client/releases/tag/v6.0.0
I think account.profile.fetch
no longer exists, also the account.ready
method was removed. It would be great if you could help us make ember-hoodie
up to date. I used it myself in the past but am not right now so can’t help maintain it at this point. Happy to onboard you :)
I will work on this next week, I was already planning to take a deeper look in ember-hoodie.
In hoodie-account.js, the service does not allow: account.validate
account.signUpaccount.signInaccount.signOutaccount.destroyaccount.get account.update account.profile.get account.profile.fetch account.profile.update account.request account.on account.one account.offis there a reason for that? It doesn't seem right.