https://github.com/furkan-dogu/login
This React Native app allows users to sign up, log in, and log out using Firebase authentication.
https://github.com/furkan-dogu/login
expo firebase react-native react-navigation
Last synced: 3 months ago
JSON representation
This React Native app allows users to sign up, log in, and log out using Firebase authentication.
- Host: GitHub
- URL: https://github.com/furkan-dogu/login
- Owner: furkan-dogu
- Created: 2024-05-02T09:57:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:48:32.000Z (about 2 years ago)
- Last Synced: 2025-08-01T15:57:42.030Z (11 months ago)
- Topics: expo, firebase, react-native, react-navigation
- Language: JavaScript
- Homepage:
- Size: 867 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login App
## About the Project
This React Native app allows users to sign up, log in, and log out using Firebase authentication.
## Table of Contents
- [Technologies Used](#technologies-used)
- [Usage](#usage)
- [Project Skeleton](#project-skeleton)
- [Screenshots](#screenshots)
## Technologies Used
- [Expo](https://expo.dev/)
- [React Native](https://reactnative.dev/)
- [Firebase](https://firebase.google.com/)
- [React Navigation](https://reactnavigation.org/)
## Usage
- Use the login screen to sign in with your email and password.
- If you don't have an account, you can sign up by tapping the "Sign Up" button and providing your email and password.
- Once logged in, you will be redirected to the home screen where you can see your email address and sign out by tapping the "Sign Out" button.
## Technologies Used
```
Login App (folder)
│
├── assets
│ └── [images]
├── screens
│ ├── HomeScreen.jsx
│ └── LoginScreen.jsx
├── .gitignore
├── App.js
├── app.json
├── babel.config.js
├── firebase.js
├── package-lock.json
├── package.json
└── README.md
```
## Screenshots