How to solve this firebase auth error in React-Native???

For further actions, you may consider blocking this person and/or reporting abuse
How to solve this firebase auth error in React-Native???
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Hi bro, you need to link every firebase module natively, if your attempting to use Auth module you need to follow the installation docs for it.
rnfirebase.io/docs/v5.x.x/auth/and...
That it is what the error means, if you already linked natively them take a look on StackOverflow for more information related to the error.
Thanks a lot I Solved it!