A small Open source Android project using Firebase to share posts among users having same email domains.
I coded this for a challenge and thought it might be useful to someone.
There might me bugs and designs issues, feel free to let me know if you find one:)
#Features
- Login or signup using email.
- Added forgot password feature.
- Post a text message of 120 char max.
- Post a image.
- Change your profile pic and name.
#Firebase Packages used
- Firebase Auth -> For Sign-Up and Login feature.
- Firebase Storage -> To store profile picture and images posted.
- Firebase Database -> To store information like User's Display name and Posts.
#License Licensed under GNU GPLv3. Feel free to use it.
#Authors Arun Shreevastava