Build a Visitor Manager app along with the integration of Firebase
It is a Visitor Manager app with Internet permissions enabled to access and store the user data on the online Firebase Database
only after the user authentication with Firebase Auth
and also made use of Firebase Storage
, to store images
Firstly, user has to upload an Image either from camera (CameraX) or from gallery, that will be store online in Firebase Storage
, then user has to Register by Phone number and OTP authentication, then his visit data is stored in Firebase DB
as a New User
Secondly, if already registered user visits and registers again then his visit count will increase, thus, app is managing user visits like a Digitalized Receptionist
- Firebase API
- Firebase Auth
- Firebase Database
- Firebase Storage
- OTP Verification
- CameraX API
- Gallery Integration
- Splash screen
- Customised buttons
- Minimal Design
- Simplified Theme
-> Android Studio
-> With Kotlin Support
- Clone or download the repo:
https://github.com/ashish7zeph/android-kotlin-Visitor-Manager-app
- Navigate to the folder
android-kotlin-Visitor-Manager-app
- Navigate to the folder
android-kotlin-Visitor-Manager-app/app/src/
to access developers content - Navigate to the folder
apk
for users to access apk - Copy the apk from folder
apk
to an android phone - Install the apk
The app is finally installed on your Android mobile device !!
To directly download the apk visit the link
For Kotlin code files visit the link
Backend files are stored in one package:
Frontend resource files are stored in res
package
Android manifest file for the project: