Created
July 21, 2019 11:32
-
-
Save PatilShreyas/9e7810a9c9bc3b071c6b01f0c7eceea9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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