Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the Library support streaming #113

Open
MadhavR-08 opened this issue Oct 13, 2021 · 0 comments
Open

Does the Library support streaming #113

MadhavR-08 opened this issue Oct 13, 2021 · 0 comments

Comments

@MadhavR-08
Copy link

So I am trying to stream data from Firebase.
I am able to get the data using GET
and for streaming purposes I am sending the header "Accept:text/event-stream"
I am also not closing the connection.
I am reading the response while the client.available() returns true.
However, the response code comes to be 200 and Response is the data and then it does nothing.

Ideally it should give a 307 response / start streaming the data

Can someone help me with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant