Package Exports
- @react-native-firebase/auth
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@react-native-firebase/auth) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Firebase - Authentication
This is for the upcoming v6.0.0 release of React Native Firebase, please use the react-native-firebase package instead, unless you're early adopting/testing the new packages - in which case please use the latest alpha/beta/next tag release on npm and not the
latest
tagged release for this package.
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.
Installation
Requires @react-native-firebase/app
to be installed.
yarn add @react-native-firebase/auth
react-native link @react-native-firebase/auth
Documentation
License
- See LICENSE
Built and maintained with 💛 by Invertase.