This is an example app that implements Firebase Authentication to a React Native app.
Currently, this version doesn't have OAuth implemented.
# Clone repo and install dependencies
git clone git@github.com:ultimagriever/react-native-firebase-auth.git
cd react-native-firebase-auth
npm install
# Run app on iOS simulator - must have Xcode installed
react-native run-ios
# Run app on Android emulator - must have Android Studio installed
react-native run-android
If you wish so, you can add your own Firebase credentials to your app and test it away.
Disclaimer: This app is provided as-is, without any warranty whatsoever. Use it at your own risk.