Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.