A type-safe HTTP client for Android and the JVM
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
An image loading and caching library for Android focused on smooth scrolling
implementation 'com.github.bumptech.glide:glide:4.14.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code.
implementation 'com.hbb20:ccp:2.6.1'
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to app.
implementation 'com.google.firebase:firebase-auth-ktx:21.1.0'
Users authenticate with Firebase using their Google Accounts & Also their Facebook accounts
implementation 'com.google.android.gms:play-services-auth:20.3.0'
implementation 'com.facebook.android:facebook-login:latest.release'
The Firebase Realtime Database is a cloud-hosted database.
implementation 'com.google.firebase:firebase-database-ktx:20.1.0'
|
|
|
|
|
|