title | description | keywords | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Enable Firebase Authentication in React Native |
Learn how to enable Firebase Authentication in your React Native app with Email/Password, Phone, and Facebook login methods. Step-by-step guide to setting up Firebase Auth. |
|
To enable Firebase Auth, simply go to Firebase Console -> Authentication -> Sign-in Methods and enable the methods that you are going to support in your app. By default, our React Native apps have integration with Email/Password, Phone and Facebook.

For Facebook Login, you’ll also need your Facebook App ID. You can add that later when you set up Facebook.