Community Member
ย ยทย Web developer

Private Streaming APIs with Firebase authentication

Database & APIs

Hello,

Does anyone have a solution for handling private streaming APIs with authentication requirements?

I deployed a private API using FlutterFlow and set the authentication as required. However, when I check the request header for the Authorization token during a streaming request, it turns out to be undefined. This issue does not occur with non-streaming APIs, even when authentication is required. The attached code is the source of Cloud Function deployed by FF with my code to check with authorization.

Any insights on resolving this would be greatly appreciated.

Thank you!

What have you tried so far?

Check whether the request header has the authorization as mentioned in the description.

Did you check FlutterFlow's Documentation for this topic?
Yes
2