DEV Community

Cover image for Help In React-Native Firebase
ArjunKumarDev
ArjunKumarDev

Posted on

Help In React-Native Firebase

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

Top comments (2)

Collapse
 
juansimon666 profile image
juansimon666

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.

Collapse
 
arjunkumardev profile image
ArjunKumarDev

Thanks a lot I Solved it!