How to upload data in fire-base storage

How to upload data in fire-base storage in the new update of kodular V 1.4.B.0

1 Like

if your data is file like video,audio and image etc. then
component_method
this can upload file in firebase storage .

if your data is text then use firebase database

These blocks are working for me

3 Likes

This block is showing only our mobile’s file path, but I need the image url path (online) after upload success, like cloudinary. Is it something like this or not?
fire suc

1 Like

I believe that is the intended behaviour.

We should be able to add a parameter to get the url in a future update.

4 Likes

Thank you :blush: :blush: :blush: :blush:

FYI: We added a download Url parameter in the latest update.

Great ! After this update it is working fine.
f2

1 Like

But I am unable to do the delete system, any help?

Okay, now all are working properly, thanks
ok2 ok

This post was flagged by the community and is temporarily hidden.

how to display the uploaded file in image component

how to upload and display photos in Firebase storage ?

use download Url as path of image, and you will get image to show.

I get an error when selecting and uploading images without the necessary permissions! where is the error?

your rules says that your user must login with google auth to get or store images, so you cant use it in test mode, only after login it will work. or try removing “: if requested .auth.uid !=null” so you can check if its working.

I did it like you said. the error message hasn’t changed.

there are needs some other changes also, you have to follow this, start from 2:30 to set rules.

I get the “user does not have permission to access this object” when uploading, I followed all the steps, I’m uploading a recorded audio but also uploading an image gives the denied permission.

i checked and the bucket I have in my app is different from the bucket I see in firebase