I have an android project on Eclipse and I want to use Firebase 'Cloud Storage' within it.
using Android Studio, I add Firebase to my app by using the Firebase Assistant and Connect to Firebase, then I add the dependencies for Cloud Storage to my build.gradle file [compile 'com.google.firebase:firebase-storage:11.4.2'
] and it works fine.
while the android project on Eclipse hasn't build.gradle file. So how can I install firebase Cloud Storage for eclipse and add it to my project?