I am studying the type of authentication in firebase, but I was only able to run the default authentication (email / password); I'm having trouble signing in via Facebook because the installation is giving error. I use the "NPM install react-native-fbsdk" command to do the installation it returns me:
eWhenIhavetolinktothetoolusing"react-native link react-native-fbsdk" it does not recognize the command.
I'm starting Native, so I need to know if I'm doing something wrong.
NOTE: The NPM install react-native-fbsdk command was performed inside the project folder and after using this command I can not open the project any more by the emulator.