Replies: 1 comment 2 replies
-
do you have evidence that the method was called? That's for state change errors but I am guessing that whatever auth method you called that could have resulted in a state change caused the error. Whatever method call that was should be in a try catch. I receive these errors sometimes but they are always in a try/catch and I log them with the app responding appropriately |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How can I catch the network error generated by onAuthStateChange?
I have a listener code below, I wish to catch the error generated in react native but it's still generating the warning.
Beta Was this translation helpful? Give feedback.
All reactions