Reputation: 123
I've been trying to use firebase auth with react native. I've gone through react native firebase doc and installed @react-native-firebase/app but when i trying to import @react-native-firebase/auth it's throwing an error "This module does not exist". Do i need to install @react-native-firebase/auth separately?
Upvotes: 4
Views: 2462
Reputation: 1283
Yes you do. The basic firebase package only allows you to access some basic functions
Upvotes: 5