jquery var для пути к базе данных Firebase

//this is short hand not actual code please

var =  trainNum = 0;

// on button click

trainNum++;

// I can't figure out the format to put in so that firebase treats trainNum as the variable and not a string.
 database.ref(Trains/**I WANT THIS TO EQUAL THE trainNum as it increments **).push({
});

//Train number is being stored in database I don't know if this will effect outcome. 

1 ответ

Вы должны получить trainNum из базы данных, а не устанавливать его в 0.

Я не уверен, что это был твой вопрос?

Другие вопросы по тегам