shashank
(Shashank Gahtori)
#1
Hey, I need a little information, could you please help?
I have stored the value of the image (uploaded in Cloudinary) on Firebase DB.
My concern is:
Let me know how to do this? Can I just type in the tag name
?
Regards
themaayur
(Mayur Berad)
#2
This guide may help you for using chatview with firebase
For your question,you can use get value
block of tiny db to get the value of that tag.
Read the docs for more info https://docs.kodular.io/components/storage/tiny-db
shashank
(Shashank Gahtori)
#3
But the value is stored in Firebase DB and not TinyDB. How to do that?
themaayur
(Mayur Berad)
#4
Sorry I didn’t saw it, I thought it was tinydb I am using mobile and not using my specs
Then use firebase get value and when you got value then store it in tinydb or variable as you will need to use it multiple times.
1 Like
shashank
(Shashank Gahtori)
#5
Haha, completely fine!
How to do it?
Can you show me an example?
themaayur
(Mayur Berad)
#6
Currently I am not using my laptop, so I can’t.
shashank
(Shashank Gahtori)
#7
I tried what you suggested. No luck.
themaayur
(Mayur Berad)
#8
See in this guide, it may Help you.