Most welcome 😊 My next tutorial will be on a similar topic. Image picker to firebasedb but you can use clouddb instead as the blocks are identical for both types of databases in MIT App Inventor.
Remember that tinyDB isn't cloud storage. It is the storage on your device and can be accessed by your device only Then, why do you need to convert to base64. Just store the file path of the images in tinyDB. You can take a look at this camera app tutorial for reference: th-cam.com/video/1ZyHx6EZVLs/w-d-xo.htmlsi=ir81rWLQVUG0yobY
@@ObsidianSoftEducation Actually, I am trying to create an app with following features. 1) Upload images within app from phone. 2) Store it in tinyDB. 3) Display all images in app, when 'Show' button is clicked. 4) Share the images to whatsapp or email when the 'Share' button is clicked.
I have already done a Firebase signup login screen tutorial: th-cam.com/video/AAiyBzyMwX8/w-d-xo.html I don't know what you mean by the same screen not showing up. Which screen?
If the user has successfully logged in once from a device, store this success status in tinyDB ( database storage on device). When the user reopens app, check this status in screen initialize of a splash screen . If = success, open main screen otherwise open login screen.
Easily understandable tutorial. Thanks for sharing part 2. Further steps are clear now.
Thank you for your positive feedback 😊
Thanks for making a part 2! This video helped me understand how to load the images back from the cloud
Most welcome 😊
This is exactly what I was looking for! The explanation of converting the image to base64 before storing it in Cloud DB was very helpful
Glad to hear this 😊
Thnx for uploading parts, was eagerly waiting for it❤
Most welcome 😊
Tremendous job in creating amazing tutorials. Really helpful.
Thank you for the wonderful feedback 😊
Easily understandable tutorial.
Thank you :)
Thank for sharing this informative tutorial
Most welcome 😊
That's a great and very easy to understand tutorial 👍
Thank you for the wonderful feedback 😊
Thanks for sharing and showing in detail 👍
Most welcome 😊
Thank you so much for sharing this informative video!
Most welcome 😊
I've learned a lot from this channel ❤️
Thanks for sharing these amazing tips
Thank you for the wonderful feedback 😊
Thanks for sharing more details 👍🏻
Most welcome 😊
Thanks for sharing this amazing tutorial ☺️
Most welcome 😊
This tutorial is very helpful for kearner
Glad to hear this 😊
Thanks for explaining so well 😊
You are most welcome 😊
Awesome tutorial as always 🥰
Thanks 😊
Thnx for the detailed information
Most welcome 😊
Masha-Allah you are gem ❤
❤️
This tutorial also very helpul Thanks dear 👍🏻
Happy to help ☺️
Thanks so much for sharing
Most welcome 😊
Thank you so much
Most welcome 😊
Thank you for this video!!!! But can you create a video for imagepicker with Cloud?
Most welcome 😊
My next tutorial will be on a similar topic. Image picker to firebasedb but you can use clouddb instead as the blocks are identical for both types of databases in MIT App Inventor.
Thankss :)
Most welcome 😊
😊
Can I follow this for TinyDB, as well?
Remember that tinyDB isn't cloud storage. It is the storage on your device and can be accessed by your device only Then, why do you need to convert to base64. Just store the file path of the images in tinyDB. You can take a look at this camera app tutorial for reference: th-cam.com/video/1ZyHx6EZVLs/w-d-xo.htmlsi=ir81rWLQVUG0yobY
@@ObsidianSoftEducation When I tried to store and display image, it was not working for TinyDB as well. Let me watch the video you shared.
@@ObsidianSoftEducation Actually, I am trying to create an app with following features.
1) Upload images within app from phone.
2) Store it in tinyDB.
3) Display all images in app, when 'Show' button is clicked.
4) Share the images to whatsapp or email when the 'Share' button is clicked.
Plz make a turto of firebase database on when we login or register then the same screen wont show up please
I have already done a Firebase signup login screen tutorial: th-cam.com/video/AAiyBzyMwX8/w-d-xo.html I don't know what you mean by the same screen not showing up. Which screen?
After we login or register the login / regiater screen should not come after we reopen the app so we dont have to login again and again
If the user has successfully logged in once from a device, store this success status in tinyDB ( database storage on device). When the user reopens app, check this status in screen initialize of a splash screen . If = success, open main screen otherwise open login screen.