Created
March 7, 2020 12:30
-
-
Save PatilShreyas/e3f60528b3a22ea2b6c22ff47b993c50 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
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