DEV Community

Discussion on: Help In React-Native Firebase

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!