I'm really new to Firebase and am studying how to implement it right now. I was thinking that it has functions similar to Parse where a ParseFile object can be created that holds the file and then has functions to upload it something like the following :
ParseFile parseFile = new ParseFile(file);
parseFile.saveInBackground();
If you have suggestions and/or working solutions do post them as they will be exceptionally useful.
I am also studying about RetroFit as it has a great way of sending MultiPartPost requests and if ever could be tied up with Firebase I just can't find the connection yet.
Thanks in advance!