Bet World Cup games with friends
Application written right before 2018 FIFA World Cup with intention for learning Dagger2 and MVVM.
Firebase Firestore is used as read-only database which provides realtime updates and zero impact on real backend. Fetching match updates, betting and push notifications is controlled by Golang backend.
Application doesn't require any authentication as it relies on Anonymous Signin feature of Firebase Auth. Inviting friends to bets is done using Firebase Invites (now Firebase Dynamic Links) simplifying whole user experience.
- Kotlin
- Dagger
- MVVM
- RxJava
- Firebase (Auth, FCM, Invites, Remote Config)
- Retrofit2
- OkHttp
- Moshi
- Golang
- Firebase Admin
- Gorilla
- Gocron
./gradlew :app:assembleDebug
Note: google-services.json file is required
- Jakub Czekański - Android and Backend development
- Kacper Rachtan - Idea, UI and UX