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
Everything works well, but I would like to experiment with showing the web-based page for users to pick their own login provider as described here: https://web3auth.io/docs/sdk/react-native/usage#login ("Login provider to be used, will show a web-based page allowing user to pick their own loginProvider if not specified")
However, if I don't provide the loginProvider like so:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I might be missing something here 😄
I cloned the bare React Native example here: https://github.com/Web3Auth/examples/blob/main/react-native/rn-bare-example/App.js
Everything works well, but I would like to experiment with showing the web-based page for users to pick their own login provider as described here: https://web3auth.io/docs/sdk/react-native/usage#login ("Login provider to be used, will show a web-based page allowing user to pick their own loginProvider if not specified")
However, if I don't provide the
loginProvider
like so:I get the following error:
Please pass loginProvider in params while using sessionless_redirect mode.
Am I missing something?
Thanks in advance 😄
Beta Was this translation helpful? Give feedback.
All reactions