Add, Update, Delete Data in Firebase Database via HTML Table using JavaScript

Add, Update, Delete Data in Firebase Database via HTML Table using JavaScript

The Amazing Codeverse

2 года назад

31,390 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Adrian Jesus Lora Molina
Adrian Jesus Lora Molina - 08.05.2023 23:57

would you happen to have similar examples using bulma libraries instead of bootstrap??

Ответить
Mohamed Ashraf
Mohamed Ashraf - 24.04.2023 07:51

code is not working
Uncaught ReferenceError: FillTboxes is not defined
onclick

Ответить
Eren made me write this
Eren made me write this - 18.04.2023 17:27

my onclick function is not working properly at control div

Ответить
Samuel Garcia
Samuel Garcia - 05.04.2023 18:08

Excellent tutorial! I have a question, how to hide a table row depending on a value in one of its column? Can help me?

Ответить
Jonnysar Labiste
Jonnysar Labiste - 29.03.2023 20:45

Sir, how to add an image to the table? hoping fa or tutorial on it

Ответить
missbha shehzad
missbha shehzad - 09.03.2023 17:22

hi bro my error is firebase is not defined how to defined firebase

Ответить
Tuan Amirah
Tuan Amirah - 01.01.2023 15:47

if we use Firebase Realtime Database , we cannot use this way right ?

Ответить
Abdullah Ansari
Abdullah Ansari - 19.12.2022 18:05

source code?

Ответить
Razet
Razet - 15.12.2022 18:37

give the source code..

Ответить
SAROJ KUMAR PUJARI
SAROJ KUMAR PUJARI - 15.12.2022 09:17

Uncaught TypeError: Cannot read properties of undefined (reading '0') in Two dimensional array in FillTbox function

Ответить
Omar Afzal
Omar Afzal - 26.10.2022 04:26

The auto filling textboxes wasn't working for me. What I did to fix it was first define an index variable, create the element in JS (var btn = document.createElement("button");), and then increment the index variable and set it to the buttons id. Then define to have the button call the fillTBoxes function passing in it's id- btn.onclick = function () {
fillTBoxes(btn.id);
};. Hope this helps!

Ответить
LUGEYO ARNAUD
LUGEYO ARNAUD - 22.09.2022 01:54

is there a way we access the repositories so tha we use it please?

Ответить
John Robert
John Robert - 19.09.2022 12:47

IM ALO GETTING FUNCTION IS NOT DEFINED ERROR BUT MY FRIEND HELPS ME AND FIND A WAY TO SOLVE IT, NOW HERE'S THE ANSWER:

IN "FUNCTION FILLTBOXES(INDEX){}" , INSTEAD OF USING FUNCTION USE "WINDOW"

WINDOW.FILLTBOXES=(INDEX)=>{
...
}

THAT CODE WORKS ON ME, I HOPE IT WORKS TO OTHERS.

Ответить
hammada assia
hammada assia - 28.07.2022 17:18

TACV - The Amazing Code-Verse Hey, I've got an error of the FillTBoxes is not define as a HTML onclick action. Can you help me?

Ответить
LUGEYO ARNAUD
LUGEYO ARNAUD - 22.06.2022 12:40

hello. i am facing a challenge where by the debug console says FillTboxes is not defined at onclick. what can i do?

Ответить
Marcos Ferreira
Marcos Ferreira - 21.05.2022 22:02

Parabéns amigo você tem me ajudado muito com seus vídeos de vbnet c# e esse de html com java script. Obrigado.

Ответить
Fred Ric Madrona
Fred Ric Madrona - 15.04.2022 10:00

Hello guys my code doesn't fetch data it needs, what may be the problem ? is it with the config or the algorithm?

Ответить
ItsMe
ItsMe - 14.04.2022 22:56

could you please also add a github repo or somethink I can download this all...?

Ответить
Marc Christian Nobleza
Marc Christian Nobleza - 09.04.2022 09:08

Very good tutorial, Ive been following your content about firebase and javascript but I am encountering issue on this part of the tutorial. The problem is I am only getting the data of the last number of student and not the data of the exact student that I want to get. Please help me :(

Ответить
Kibet Ngetich
Kibet Ngetich - 03.04.2022 10:38

Hi, my Textboxes aren't being filled by the records available. On the console I'm getting an error of "Uncaught ReferenceError: FillTboxes is not defined
at HTMLButtonElement.onclick". Kindly help.

Ответить