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

https://github.com/edegan-furb/authapp

React Native - User Authentication
https://github.com/edegan-furb/authapp

authentication firebase react-native

Last synced: about 2 months ago
JSON representation

React Native - User Authentication

Awesome Lists containing this project

README

          

# AuthApp



contributors


last update


forks


stars

This project is designed to practice what I have learned, with the primary focus on implementing user authentication features using Firebase.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/edegan-furb/AuthApp.git

# Go into the repository
$ cd AuthApp

# Install dependencies
$ npm install

# Run the app
$ npx expo start
```

> **Note**
> If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.

## Built with

- [React-Native](https://reactnative.dev/) - Framework for making apps for Cross-platform mobile devices.
- [Firebase](https://firebase.google.com/) - App development platform that helps you build apps.
- [Expo](https://expo.dev/) - Platform for making universal native apps for Android, iOS, and the web.

## Screens

> Login, Signup and Welcome Screens



Login


Signup


Welcome