You are only uploading the file path to the image, not the actual image, this cannot be shared with other users.
You really do not need another screen for this, it can all be done on one screen.
You also have a choice to use the firebase component and the firebase storage extension, or to use the web component and webviewer to manage your firebase data and images…
So how can I do it all on one screen? And how can I upload the actual image to FirebaseDB?
Which one is more easier and how can I do the code part? Can you explain in detail with the code
blocks?
Thanks a lot Taifun. I cannot reply your message because of maximum limit of reply.
So, I have one question to left.
How can I upload the actual image to FirebaseDB?
I did 12 tutorials at the tutorials and i am trying very hard. I searched in the community and youtube and I can not find the answer of uploading actual image to FirebaseDB. I am sorry. Thank you for your attention.
Let us assume you will use the MIT provided firebase component for the data, and the Firebase Storage Extension (Version 2) by Mirxtrem Apps. These are all you need.
FireBase and CloudDB are normally used to store short data.
If you want to save a file, use the KIO4_Base64 extension to convert it to String and then upload it with a tag.
I am uploading two different images to Firebase Storage. After that, I close the application. When Screen1 initialize there is no image in See Shared page. How can I solve this problem? Also apart from this problem, do you have any suggestions for my application? I’m a little helpless and I really need help. Thanks a lot.
You are nearly there. You have a problem in your FirebaseStorage1.Get blocks, you have included a slash / where you do not need one, this is why you have the %2F to replace the slash.
I used Firebase Storage Extension (Version 2) to upload and get the images. Also, I used the Web component to upload and download the comments. The comments are uploading Google Sheet. The project is over.