2

A bit dishearted here!
I was working on an app idea and building its admin panel in angular, node and firebase for database.
I was at the end of developing admin panel and the only thing remaining was data storage for images.
I thought Firebase Storage is solution for that but now after 2 days of endless searching I realize Firebase Storage is a joke and its just Google Cloud Storage which is not Free :/
I am a student and a passionate Android developer. But this is a huge hurdle in my way.
If anyone has a better idea of how to get this done then please help.
I just need free file hosting to upload images from my admin panel and then download from Android app.

Comments
  • 1
    if it's nothing permament get the github student pack where you get some credits for AWS and digital ocean and many more for free.
    https://education.github.com/pack

    idea: get a raspberry pi and host it your self using a CDN like cloudflare.
  • 0
    @heyheni Thanks a lot for the help.
    I think I can get my work done with AWS but right now I don't have amy knowledge about that. But I will look into it.

    Thanks a lot Sir. You have helped alot.
  • 2
    The issue is resolved people.
    Just in case this post serves as a wrong info.
    Firebase Storage works perfectly and free.
    I was using it the wrong way.
    I just got confused with some outdated stackoverflow answers.
Add Comment