hello everyone, sorry for asking, is possible to upload an image without using imagepicker I want upload existing image asset or online storage to store to firebase storage.
Hi. For asset images I think you can use the file component (or some extension to manage file) and for on line images you have to download them or save the link to image. Firebase has a section to store file and also to store data like text, link, list etc .
Thank you for your explain… It’s help me to learn better day by day…
1 Like
Before ask search in the community , probably yuor question has just a solution or explanation. These are 2 nice guides about firebase
Hi, Koders!
I observed that there were many queries on Firebase Database even me ! but eventually after trials and errors I solved the problem I had posted a solution to a Koder who had the same issue but I thought to make a more comprehensive guide on Firebase for begginers.
So lets get started!
Lets understand the blocks
The below warning is because there is no blocks associated with it.
[Firebase Database Data Changed]
This is an event triggered when the data changes in firebase, for e…
Hi Koders,
I observed that many of you have been encountering issues on Firebase Storage so I decided to make a guide for beginners and it may solve some of the issues .
So Lets Get Started
Introduction
Firebase is a service by Google dedicated for back-end services.
One of their services of Firebase is Firebase Storage .
Firebase Storage helps in Storing Files etc.
Firebase Storage is located in Components ~ Google ~ Firebase Storage in Kodular
With Firebase Storage Component you can ad…
Nice info for the details firebase and its workflow, i really need it because of my copy paste never teach me anything.
1 Like