How can I make the Realtime Database data hauled in HTML, “searchable”?
I have made a table data in HTML that has no content, basically just a th and a tr. Now, I haul the innerHTML of it and used my firebase data to change the value of the th and the tr. My only problem is it needs a second before it gets read, and now, whenever I use the search bar that I made, it does not read the new value of the th and the tr, rather, it only shows the premade values.
signup button aint working with my firebase
i made a signup page where u put infos and it saves in database , im using firebase in this
this is my HTML code for the button :
Setting the source of an image through javascript is not working
I’m using firebase storage to store some images, however, when I want to set the source of an <img> element to the corresponding URL, it just works on some images. This is the function I’m trying to implement: