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

Accounts.callLoginMethod not defined #95

Closed sanu420 closed 1 year ago

sanu420 commented 2 years ago

We needs to implement pin login feature on our meteor application, we have able to do it from meteor web application.

But from the react native app when I am calling the following function. It giving undefined error.

import { Accounts } from '@meteorrn/core';

Accounts.callLoginMethod({ methodArguments: [{ phone: phone, pin: pin }], userCallback: loginCallback });

Please help me to solve this issue.

TheRealNate commented 1 year ago

This feature doesn't exist, can anyone help add?

github-actions[bot] commented 1 year ago

Closing this issue due to no activity. Feel free to reopen.