Is there a way to do an orderBy here:
user.getUserMeta() //Something like: user.getUserMeta(['order' => 'id ASC']);
Yes, that must work, isn't it?
Hi there! the syntax you want to use is:
user.getUserMeta(['order': 'id ASC']);