React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.
npm install @react-native-firebase/auth---
Firebase Authentication aims to make building secure authentication systems easy, while improving the sign-in and onboarding experience for end users. It provides an end-to-end identity solution, supporting email and password accounts, phone auth, and Google, Twitter, Facebook, and GitHub login, and more.
Requires @react-native-firebase/app to be installed.
``bash``
yarn add @react-native-firebase/auth
- See LICENSE
---

Built and maintained with 💛 by Invertase.
---