Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pragalbha-patil/react-native-firebase-auth
A Vanilla React Native app with Firebase Authentication
https://github.com/pragalbha-patil/react-native-firebase-auth
firebase-auth javascript mobile-app react-native
Last synced: about 1 month ago
JSON representation
A Vanilla React Native app with Firebase Authentication
- Host: GitHub
- URL: https://github.com/pragalbha-patil/react-native-firebase-auth
- Owner: Pragalbha-Patil
- Created: 2020-03-29T09:38:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:43:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T10:54:44.347Z (almost 2 years ago)
- Topics: firebase-auth, javascript, mobile-app, react-native
- Language: JavaScript
- Size: 2.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React-Native Firebase Authentication
An app built with Vanilla react-native to authenticate user via firebase.
This app can be used to login/register user using a single multi-purpose screen.
Also the app uses a lot of reusable components that can be used in other projects, feel free to use or contribute more.## Installation
Clone the repo, setup react-native CLI via npm & run using
```bash
react-native run-android
```## Working
![](demo.gif)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.