meteorrn / meteor-react-native

Meteor client for React Native matching Meteor Spec
https://guide.meteor.com/react-native.html
Other
59 stars 31 forks source link

Is it possible to get the Meteor.loginToken value? #84

Closed ma10as closed 2 years ago

ma10as commented 2 years ago

I will like to know if they are any options to get the loginToken, so I can pass this token to the Apollo client to resolve the User in Apollo Query or Mutation?

Thank's for your help;

TheRealNate commented 2 years ago

Hi @ma10as,

You can use this code to access the token:

await Meteor.packageInterface().AsyncStorage.getItem("reactnativemeteor_usertoken")

Marking this question as closed. Fee free to reopen if you have any further questions.