Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semaj87/android-firebase-authentication
Android Kotlin user authentication application built with Google Firebase
https://github.com/semaj87/android-firebase-authentication
android android-application android-studio authentication google-firebase kotlin
Last synced: 1 day ago
JSON representation
Android Kotlin user authentication application built with Google Firebase
- Host: GitHub
- URL: https://github.com/semaj87/android-firebase-authentication
- Owner: semaj87
- Created: 2021-06-15T17:33:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T14:08:13.000Z (over 3 years ago)
- Last Synced: 2024-12-03T06:17:06.443Z (about 2 months ago)
- Topics: android, android-application, android-studio, authentication, google-firebase, kotlin
- Language: Kotlin
- Homepage:
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase Authorisation
## About The Project
This project was used to understand how to bake the functionality of Google Firebase into an application for user authentication.
Firebase Authentication can be used to allow users to authenticate, using both an email address and a password.
This basic application uses a series of activities to allow a user to enter their email address and password, which in turn provides authentication.
The Firebase API also provides the additional functionality of handling user logout, together with password reset. Both of these features were used.
## App Screenshots
![Psnap App Screenshots](img/psnap-screenshots.png)
## Built With
* [Kotlin: 1.5.10](https://kotlinlang.org/)
* [Android Studio: 4.2](https://developer.android.com/studio)
* [Android Lollipop: (5.0)](https://www.android.com/intl/en_uk/versions/lollipop-5-0/)
* [Android 5.0: (API level 21)](https://developer.android.com/about/versions/lollipop)## Prerequisites
* [Kotlin: 1.5.10](https://kotlinlang.org/)
* [Android Studio: 4.2](https://developer.android.com/studio)
* [Android Lollipop: (5.0)](https://www.android.com/intl/en_uk/versions/lollipop-5-0/)
* [Android 5.0: (API level 21)](https://developer.android.com/about/versions/lollipop)## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
- [Email](mailto:[email protected])
- [Linkedin](https://uk.linkedin.com/in/jamesaymer)
- [Github](https://github.com/JaymoAymer)## Acknowledgements
* [Authenticate with Firebase using Password-Based Accounts on Android](https://firebase.google.com/docs/auth/android/password-auth?authuser=0)