How to upload an image to firebase?

Hello everyone,

I will upload an image that I take with my camera to a firebase storage.
I don’t how to do it. If I take a look at it I see that you need Cloudinary.
But is it possible without Cloudinary? Because I don’t know how I need to link this to firebase.

Thanks for your help!

Kind regards

I would just upload the image to Cloudinary using the built-in blocks in Thunkable and then store the url that is generated by the blocks in a Firebase node.

1 Like