Replies: 1 comment
-
The init method is synchronous, so you shouldn't have to wait for it. Additional info in this discussion: #526 (reply in thread) |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I think that something is not working property. When I try to access the auth object from
firebase/auth
in mylogin.tsx
it seems to not be initialized yet so that's why it's crashing. How can I wait until theinitAuth()
is executed before calling thegetAuth()
from Firebase SDK?This is

login.tsx
:And this is my

_app.tsx
Beta Was this translation helpful? Give feedback.
All reactions