I'm using a custom subscription to fetch custom fields in my users table. In my normal Meteor app, when I subscribed to the record of the current user, the data was automatically merged to the user data in Meteor.user()
I'm not getting the same behavior using react-native-meteor.
My subscription code (don't mind the security checks, I confirmed they were working):
I'm using a custom subscription to fetch custom fields in my users table. In my normal Meteor app, when I subscribed to the record of the current user, the data was automatically merged to the user data in Meteor.user()
I'm not getting the same behavior using react-native-meteor.
My subscription code (don't mind the security checks, I confirmed they were working):
console.log() gave the same results
My publication code: