Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created March 7, 2020 12:30
Show Gist options
  • Save PatilShreyas/e3f60528b3a22ea2b6c22ff47b993c50 to your computer and use it in GitHub Desktop.
Save PatilShreyas/e3f60528b3a22ea2b6c22ff47b993c50 to your computer and use it in GitHub Desktop.
dependencies {
// Firebase SDKs
implementation 'com.google.firebase:firebase-firestore:21.4.1'
implementation 'com.google.firebase:firebase-database:19.2.1'
// FirebaseUI for Real-time database
implementation 'com.firebaseui:firebase-ui-database:6.2.0'
// FirebaseUI for Cloud Firestore
implementation 'com.firebaseui:firebase-ui-firestore:6.2.0'
// Paging Library (For Pagination Only)
implementation 'android.arch.paging:runtime:1.0.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment