Firebase Custom Auth example redirecting back to the "Login" button view. #1123
Replies: 3 comments
-
Hey @obversepebble Or have you tried |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for your response. Using "https://rpc.ankr.com/eth" doesn't cause the same error. Both localhost and 127.0.01 cause the issue. "https://rpc.ankr.com/eth_goerli" isn't working either. While this works, is there a way I can configure this so I'm not spending real gas? I have Ganache running locally BTW. Thanks so much in advance! |
Beta Was this translation helpful? Give feedback.
-
I followed the Testnet instructions from here. So I'm using the following:
It still doesn't work. After choosing a Google account to log in with, I'm returned to the Login page and I find in console that web3auth.provider is showing null. Thoughts? Help is much appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to run "firebase-react-core-example" from "custom-authentication" in examples. I changed the following to match my setup:
I can log in with Google, and I see that both Firebase and web3auth is creating a user, but my app is showing the login button. Basically the following portion of the code:
is logging that
web3auth.provider
is null.What might I be doing wrong? Help is greatly appreciated!
Here is my App.tsx:
Beta Was this translation helpful? Give feedback.
All reactions