The app is a sample quiz with integration of Firebase. The categories are added in Firestore and fetched to show.The user is authention is done by Google auth.The quizes are time bound and coins are added as reward from a starting of 10 coins.
Mobile OS | Android |
Programming Language | Kotlin |
ToolKit |
|
Database | Firebase |
UI Framework | Android UI(XML) |
Libraries |
|
The entire project was build for getting the knowledge of fiebase and Firestore and authentication.Through this entire process I was able to get konwlege about.
- Firebase Auth
- Firebase Firestore
- Adding and Fetching the data's
- Working and Integrating Firebase to android
You need to know a basic understanding of
- Android Fundamentals.
- Kotlin language.
- Firebase
So let's get started.
- Install Android studio
- Install Android SDK(28)
- Clone the repo
- Start a new project as import from Version Control in android studio and paste the clone URL and finish.
- Add firebase to your project uisng the guide
- Run your application.
Contributions are always welcome! Contributions are what make the open-source project amazing. Which helps to learn, inspire, and found new modes in the development phase of a coder. Any contribution to this project is greatly appreciated.
If you have any suggestion or found any issues please free to put your suggestion.
-
You can clone the repo or Fork it just like the Installation guide provided
-
Create your branch check out to your branch (git checkout -b) Suggested naming **feature/ feature_name
-
Commit your changes(git commit -m "new feature name")
-
Push to branch(git push origin feature/feature_name)
-
Open pull request
If you find issues kindly put that it as issue in the repository