I built this usnig Java, Firebase Storage, Firebase Autication with google and Firebase Database. This will run with Internet Connection.
-
Linking of firebase with Android Studio.
-
Dealing with Gallery Intent to fetch and Image to upload.
-
Uploading Image to the Firebase Storage and getting the downloadable link of it.
-
Pushing the URL into the Firebase Real-Time Database.
-
Retreiving the pushed data from the database.
-
Using Firebase-UI to populate the RecyclerView with the retreived data.