inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

react-native-meteor not subscribe all fields on server publish #237

Open YY030913 opened 7 years ago

YY030913 commented 7 years ago

on client when i use Meteor.user() get customer attributes of users, i can't get all in publish, but some of this customer attributes show out.

meteor: 1.4.2.3 react-native-meteor:1.0.3

server: publish

collection data client:

subscibe client get collection data

as the pics show, avatarFile.url not show on client.