Skip to content

Instantly share code, notes, and snippets.

@gxlinda
gxlinda / SettingsActivity.java
Last active October 26, 2018 19:36
Local image saving to, and retrieving from Firebase
//Modified code for 'Make an Android App like WhatsApp' YouTube tutorial series
//(https://www.youtube.com/playlist?list=PLxefhmF0pcPmtdoud8f64EpgapkclCllj)
//to work with Firebase dependency firebase-database:16.0.4
//as task.getResult().getDownloadUrl().toString() works only with earlier versions
//
//...
//
@Override