👉 Enroll now for the full course ➡ www.udemy.com/course/javascript-firebase-build-full-stack-web-apps-faster/?couponCode=JFYF-80OFF-APR24 Use 80% OFF Code: JFYF-80OFF-APR24 (Expires on April 30th, 2024)
Do you know maybe how can we add a picture from the phone's gallery? Example: User clicks on a button and then chooses a picture that he wants to show up in the website.
Yes. Definitely, you can. All you need back back-end services such as Firebase or so. Check this video for more: th-cam.com/video/31MVIwvstzs/w-d-xo.html If you want to dive deeper into this: check out my premium course: th-cam.com/video/eqC17cNlOXk/w-d-xo.html
I'm trying to use this method in my javascript script. I don't know where to insert the code. I would like my image "Home.png" within my element. Water Plan (Customers) document.h2.appendChild(image);
👉 Enroll now for the full course ➡ www.udemy.com/course/javascript-firebase-build-full-stack-web-apps-faster/?couponCode=JFYF-80OFF-APR24
Use 80% OFF Code: JFYF-80OFF-APR24 (Expires on April 30th, 2024)
hey this helped me a lot with my homework! thanks a bunch!
You're welcome!
Do you know maybe how can we add a picture from the phone's gallery? Example: User clicks on a button and then chooses a picture that he wants to show up in the website.
Yes. Definitely, you can. All you need back back-end services such as Firebase or so. Check this video for more: th-cam.com/video/31MVIwvstzs/w-d-xo.html
If you want to dive deeper into this: check out my premium course:
th-cam.com/video/eqC17cNlOXk/w-d-xo.html
I'm trying to use this method in my javascript script. I don't know where to insert the code. I would like my image "Home.png" within my element.
Water Plan (Customers)
document.h2.appendChild(image);
Hey, you will need to use appendChild() method inside JavaScript technically inside the tags.