analytics
analytics copied to clipboard
Future: analytics should use extractor package to get email
:+1: yes we need to publish that package too :-)
Yea, I also have another issue for that, it would be nice to make it more generic, like a general extractor, so you can pluck any property like full_name
, first_name
, last_name
, username
, emails
, email
, etc
Extractor.get('full_name', user)
Extractor.get('email', user) // first email
Extractor.get('emails', user) // all emails
Just posting this as a reminder.
Cheers
I guess I'm late to the party on this one - what is Extractor ?