list with firebase proxy

Hello,

First of all sorry my english.

I am developing an application with list and firebase.

The problem is that list loads only one item with id, but other variables are undefined.

Plese answer this request.

And the code:

initialization of proxy:
var ref = new Firebase(‘https://itbs-beauty-booking.firebaseio.com’);
var ref2 = ref.child(“kraji”);
var proxy = webix.proxy(“firebase”, ref2);

This is my list widget:
{
view:‘list’,
id:‘listPoste1’,
template:’#id# #naziv#’,
yCount:6,
data:proxy,
select:true
}

I’ve managed to solved this. Wrong config param. Thanks!