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
- Host: GitHub
- URL: https://github.com/edegan-furb/authapp
- Owner: edegan-furb
- Created: 2023-11-25T14:55:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T02:26:07.000Z (over 2 years ago)
- Last Synced: 2025-02-16T18:23:15.373Z (over 1 year ago)
- Topics: authentication, firebase, react-native
- Language: JavaScript
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AuthApp
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