https://github.com/xsahil03x/simple-firebase-email-authentication
Firebase Email Authentication+Verification
https://github.com/xsahil03x/simple-firebase-email-authentication
Last synced: 6 months ago
JSON representation
Firebase Email Authentication+Verification
- Host: GitHub
- URL: https://github.com/xsahil03x/simple-firebase-email-authentication
- Owner: xsahil03x
- Created: 2018-03-18T12:45:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T07:02:37.000Z (about 6 years ago)
- Last Synced: 2025-02-02T23:57:51.989Z (8 months ago)
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Firebase-Email-Authentication
It is just an sample Email authentication app, details of which are as follows:
1. The app must ask first time users to enter their email id, name and set up a password.
2. Using the email id, a confirmation link must be sent to the user.
3. After confirmation whenever user logs in, user should see "Hello (name of user)".Thank You.