Firebase Facebook SignIn
1: First of all goto RNFirebase and install it # Install & setup the app module yarn add @react-native-firebase/app # Install the authentication module yarn add @react-native-firebase/auth 2:click Authenticaion tab then click on social Auth 3:now goto fb community-supported React Native library and install FbSDK libarary npm install --save react-native-fbsdk-next 4:now configure projects And click on android: Getting Started Guide 5:then click on quick start for android Quick Start for Android 6:now its open Meta for developers site 7:then click on quick start 8:then login your fb account and create an app 9:select an app type (none): then click next 10:then add Display name and click on create app 11:then click on fb login set up 12: choose android 13:then click on next 14:then copy mavenCentral () and past it into android/build.gradle in repositories{} 15:then copy implementation 'com.facebook.android:facebook-android-sdk:latest.release' and paste