Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 974 Bytes

enable-firebase-auth.mdx

File metadata and controls

17 lines (9 loc) · 974 Bytes
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.
Firebase Auth
React Native
Firebase Authentication
Email/Password Login
Phone Login
Facebook Login
Enable Firebase Auth
Firebase Setup

Enable 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.

![](/../static/img/Screen-Shot-2020-04-14-at-6.24.18-PM.png)  

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