Hello, we are trying to upload an image to firebase (user profile picture) but we were unable to make it work. Appgyver keeps showing errors that all of the file uploads had failed. We need to pick an item from the gallery and upload it to Firebase storage.
we managed to solve this. Problem is that if you are trying to upload the image via the Firebase upload node. In properties there are 6 outputs mentioned, however you only need 4 to upload (name/size/path/downloadURL(formula)) and that works.
I“m struggling with this too. Same error as you mention.
Can you show the settings you used on the Firebase Storage Upload node?
I have a "take Photo node feeding into a Firebase Upload node. On the upload node I have set each of the variables set to āOutput of another nodeā, then name, path, file size and and Mime manually set to image/jpeg.
Hi AppGyver team,
Many of us have the same problem with the flow function āFirebase Storage Upload filesā 1.2.7
Could you please describe more precisely the expected input structure in the documentation?
if you still wondering, how to upload an image, please, use the flow I have posted earlier. For that you need appVar that will be an object with 4 properties (these are returned by āPick image from libraryā) even though there is more of them described. You can always try to debug this via alerts.
For image update we are using direct HTTP PATCH as PATCH method is not available via AppGyver composer directly.