wendellrocha / enhanced_meteorify

A dart package for interacting with Meteor
BSD 2-Clause "Simplified" License
3 stars 3 forks source link

userAsMap is not defined #8

Closed joyjiyuan closed 2 years ago

joyjiyuan commented 2 years ago

can't find userAsMap in code but document.

wendellrocha commented 2 years ago

Hi, I removed the method but forgot to update the documentation. Particularly I don't use the user document that Meteor returns, I prefer to have a published loggedUser with the necessary information (name, email, profile picture, date of birth, etc).

If you think userAsMap is interesting or necessary, pull requests are welcome.

joyjiyuan commented 2 years ago

OK. I will call backend method instead. Thank you.