Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 386 Bytes

File metadata and controls

11 lines (9 loc) · 386 Bytes

Notes-Application

Notes-Application Integrated with Firebase

This project is an android base application which was developed using Android Studio

Importing the Library

Simply add the following dependency to your build.gradle file to use the latest version:

dependencies {

// FirebaseUI for Cloud Firestore
implementation 'com.firebaseui:firebase-ui-firestore:8.0.2'

}