https://github.com/dsdipto7/signin
A Simple iOS assignment demonstrating Login, Register and Firestore to create and read data
https://github.com/dsdipto7/signin
firebase-auth firestore ios swiftui
Last synced: 5 months ago
JSON representation
A Simple iOS assignment demonstrating Login, Register and Firestore to create and read data
- Host: GitHub
- URL: https://github.com/dsdipto7/signin
- Owner: DsDipto7
- Created: 2024-11-26T17:13:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-28T04:29:52.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:47:23.630Z (12 months ago)
- Topics: firebase-auth, firestore, ios, swiftui
- Language: Swift
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment Submitted by Dipto Saha
# Roll : 2007119
# Firebase Authentication and Firestore Integration
A simple iOS assignment demonstrating user authentication using Firebase and Firestore. This project allows users to sign up, log in, and manage their data securely using Firebase services which is
built in swift.
---
## Features
- **User Signup**: Register new users with email and password.
- **User Login**: Authenticate existing users.
- **Firestore Integration**: Store and retrieve user data in a Firestore database.
---
## Preview
### Screenshot 1: Signup Page
A "Create Account" screen with fields for email and password and a "Sign Up" button in a dark theme.
### Screenshot 2:Giving Invalid Input
A "Create Account" screen showing an invalid password error ("The password must be 6 characters long or more") after entering a short password.
### Screenshot 3: Login Page
This image shows a sleek login screen with a black background and input fields for email and password.
### Screenshot 3: Firestore Integration Example
This image shows the firestore integration .
## Contact
For any questions or feedback, reach out to:
- **Name**: Dipto Saha
- **Email**: diptosaha.ndc50@gmail.com
- **GitHub**: [Dipto's GitHub](https://github.com/DsDipto7)
---