Link to home
Start Free TrialLog in
Avatar of Bytech India
Bytech India

asked on

How to send images from Firebase to Android App?

Hi,

we are working on a firebase based chat model where user will put the query and firebase will hit that query into SQL Db where we will do some processing on that and generate an image as an output.

Now we need to share output to android user using Firebase API. Please provide some method to do so.

Thanks!
Naveen Jain
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

and Firebase will hit that query into SQL Db
This confuses me. Firebase is a No-SQL real time database - where does the SQL come in?

If you want to provide images through Firebase you need to use the Firebase storage API and Google Storage (buckets).

You place your images in a bucket and then use the API to get a URL to those images which you then place in your client code.

Let's resolve the first point above before discussing
Avatar of Bytech India
Bytech India

ASKER

Hi,

I will explain it further shortly.

Thanks for your response.

Regards,
Naveen
ASKER CERTIFIED SOLUTION
Avatar of Bytech India
Bytech India

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Please can you post what changes you made so others might benefit from this question.