0

I am working java FX application and I want to upload images from application to firebase storage. I have integrated firebase admin SDK for core java. Now I can manage firebase database easily. But now, I want to work on Uploading images and I could not find any example or tutorial that is easy or understandable. All I found, is related to android but I need it in core java. Please suggest me proper example or help me out. I will be very thankful to you.

1 Answers1

1

Take a look at OkHTTP. It works for both Android and pure Java. This answer gives you a template for uploading.

JohnnyLambada
  • 12,700
  • 11
  • 57
  • 61