Excellent guide. I liked it and it is well explained.
Thanks Alaqmar for your answer
To Alaqmar and Chirubot and whoever that can help me:
Iām still quite confused, because of i donāt want the users to log in and sign up into my app.
I just want they to open my app and just run it, nothing moreā¦
My problem appeared when i wanted to load my images to Firebase Storage instead the phones of the users. From there, the error messages what iāve indicated in my messages before.
Iām keeping on answers.
Regards!
Hi Ciagarroq.
I read your error message once again and now I think that you are storing the images on your own servers via Firebase. Is that so?
Thanks Alaqmar
Yes, i am storing images and audio files in Firebase Storage.
But i am not using all of them by now, just the one i tell you here
Since i tried this tip:
then i put this link in Realtime Database as the value for my tag in my project
And it gives the error i mentioned
So, what next to do, please?
Regards!
Where is this in your url ? Or are you simply storing files in your root folder ?
The error message you see is to do with how Kodular connects with Firebase - (configuration). Search the forum for the answer.
thanks again TimAi2
(edited)
I inserted projectBucket>%2F in my mentioned link and it is the same error.
Concerning how Kodular connects with Firebase (configuration), Iāve already read guide-how-to-use-firebase-authentication-on/80436
but as i said before, i think it doesnāt help me cause i only want my users to open my app and just run it, nothing moreā¦ so no need signing up methods. I only need to store my files in Firebase Storage
(edited)
I think iāve noticed at last! what is the Firebase Storage purpose, itās for uploading files from users, not mine ones to set up the appā¦
So, Iām going to try to store my files in my dropbox and link them in Realtime Database (thanks again for the hint TimAi2)
Many thanks in advance for any help
Regards
Hi there.
At present, iām trying to get some solution by storing in Cloudinary, thatās why i started another topic in the forum.
But in the meanwhile i get that, i would like to read here any tip for my trouble, about how to store my images in Firebase Storage and save their links in Realtime Database for using in code blocks
I beg your comprehension because of no one of the methods i am trying is working at all.
Thanks lots in advance.
Regards!
If you really have given up all hope of getting a working solution using the built-in Firebase componentsā¦ I can offer you an alternative solution just using the web component. It will take some work and concentration to get it setup, but it works.
Thanks TimAi2
Iād like to know what is the difference between your advice and my idea which iām asking for help (and not found yet)
I mean, why is your tip better than other?
Remember, please, i am an absolute begginer here
Thanks again.
It uses Firebase
I didnāt say it was, just offering an alternative
Iām not getting it, there must be a misunderstanding, Iām using Firebaseā¦
you said you were using cloudinaryā¦
Yes, i said that, but before, one month ago, i asked for help about using Firebase Storage with Realtime Database what i was already using that moment, even i got some tip from you TimAi2
Later, i wrote i hadnāt got any progress with tips from Chirubot and yours, so two days ago i said that i was trying Cloudinary like an alternative (i wrote i had started another topic in the forum.)
This is the link to my opened topic about Cloudinary -> How to code blocks with the link for an image stored in Cloudinary?
In addition i tried to link some file rightly from my Dropboxā¦
And now i havenāt got any success from no one method
So, Iām still asking for help to get images for my app from any storage and rightly coding my blocks
Thanks in advance for any tip from whoever will want to help me.
Regards!
Good luck then
hope so, thanks
hi, whatās the difference between getting the image or downloading it? does the download consume more internet?
It depends upon file sizeā¦ text value you can get it and display but images you have to download then only. can display
Hi!
I am having trouble getting an image, from Firebase Storage.
These are my blocks:
This block is inside the āinitializeā block, and the idea is that it loads automatically when you enter that screen.
And so itās stored in Firebase:
these are the rules:
I never get an error, nor do I load the image in the āimageā block
Can someone help me solve it?
What should I input as file path?