I need to store some images inside Firebase Storage and I was wondering if there's any way to add a record inside Realtime DB with the download url when adding an image inside Storage.
I don't want to do it necessarily from an app, is there a way to add a record to DB just by adding an image inside Storage from the console?
I was trying to retrieve the images urls directly from Storage but in some cases it resulted tedious and I thought that putting the urls inside the DB would be easier. And it was a good opportunity to try Realtime DB too.