scp
scp
BRBuildShip + Rowy
Created by scp on 6/20/2024 in #❓・buildship-help
Upload image to firebase and get link with access token to use in flutterflow app
Hi, Im trying to outsource image uploading from my Flutterflow app to Buildship. In flutterflow after uploading image to firestore I receive link that looks like this: https://firebasestorage.googleapis.com/v0/b/dummyprojectname/o/users%2dummyuserID%2Fuploads%2F1712161901613077.jpg?alt=media&token=f33333f2-eac1-4d33-33c6-333f8e3a3333 and is accessible to my app and also publicly despise storage is set to not public. When I use "Upload File from External URL" GCS node, it returns link that looks like this. Its not accessible to my app. https://storage.cloud.google.com/dummyprojectname/users/dummyuserID/generated/2024-06-20_103635577.jpeg I guess I should use some of the Firebase nodes, but they dont provide option to upload file to my app bucket and generate link with access token that won't expire. Using GCS node generates inaccesible links. How to use buildship to store images for my flutterflow app? Thank you!
3 replies