Hi,
I am trying to call Buildship's "Upload File to Firebase Storage (Authenticated)" API from Flutterflow, in order to upload an image to Firebase.
Below are the screenshots from:
Flutterflow Action with the 2 variables Image and token.
the API Header
the API variables
and the Code from the Buildship node, that throws the error.
selecting the JWT token
I spent 2 days now to figure out, how to add the token to the authorization header within a Multipart API Call - without any success. Any idea is grealty appreciated ๐
Andreas