Canvas Save to Firebase Storage?

Hi , someone who can guide me to save an edited canvas to firebase storage?

Do u know to save it normally in device storage,
Do u know to get the stored files
Do u know to upload a image to firebase

im newbie on kodular, but i know how to save on device storage , and how to upload to firebase storage , im trying to upload the edited canvas directly on firebase storage…it can be done ? or first i have to save on device storage ? thanks

There is a block for canvas to save at a specific path use it the pathe should be like /storage/emulated/0/heymyapp/img1.png

And to store it in firebase use this path
file:///storage/emulated/0/heymyapp/img1.png

1 Like

Blocks

1 Like

@Raja_HarshVardhanSolanki
Firebase Database won’t save image.

To Save Image
You can make the Canvas to Image by either using an extension or using save property

And then upload to Storage

Blocks

This may also help you

1 Like

Thanks a lot for your Answers ¡!¡ really appreciate it