You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be great if this worked in non-browser environments such as React Native. But unfortunately, it has a client side that must use the Meteor export, which is not available in React Native projects.
Maybe we could add a conditional to not add client side method if apollo-accounts is present if they add the other functionality to their side. I'm not familiar with React Native, so I would need more directions for implementation or a PR.
Would be great if this worked in non-browser environments such as React Native. But unfortunately, it has a client side that must use the
Meteor
export, which is not available in React Native projects.I'm using Apollo in my react native app via https://github.com/orionsoft/meteor-apollo-accounts - it would be great if these two projects teamed up to add a
linkedWith
method!The text was updated successfully, but these errors were encountered: