Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created July 21, 2019 11:32
Show Gist options
  • Save PatilShreyas/9e7810a9c9bc3b071c6b01f0c7eceea9 to your computer and use it in GitHub Desktop.
Save PatilShreyas/9e7810a9c9bc3b071c6b01f0c7eceea9 to your computer and use it in GitHub Desktop.
// RecyclerView
implementation 'androidx.recyclerview:recyclerview:1.0.0'
// Firebase & Firestore SDK
implementation 'com.google.firebase:firebase-core:17.0.1'
implementation 'com.google.firebase:firebase-firestore:20.1.0'
// Firestore FirebaseUI Library
implementation 'com.firebaseui:firebase-ui-firestore:5.0.0'
// Paging Library
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