Posts by RODRIGO Takara • 1 point
3 posts
-
0
votes1
answer24
viewsA: Place all items inside a folder in the firebase database
After many attempts and mistakes I found a "way", maybe there is a more practical and easy way, anyway, what I had to do was the following: 1 - Are you logged in to your Database? Then, when you…
-
0
votes2
answers1093
viewsA: How to store "direct link" to an image using Firebase Storage
Well, the way I did may not be right, but I’ll show you how I did it: For this I used the getDownloadURL command, for example:…
firebaseanswered RODRIGO Takara 1 -
0
votes1
answer24
viewsQ: Place all items inside a folder in the firebase database
I’m trying to take all the items in the database and put them in a folder. When I went to the database I forgot to put the directory for the items to go to a folder…