Hello everybody,

i have a question about datalist (arrays) with Firebase.

When I'm going to save some childdata to an array Firebase is going to 
create a cryptical index how can i stop or edit this ?

i.e.:

var fb = new Firebase( 'blablabla/clubs' );
var clubRefPush = fb.push();

clubRefPush.set( { Title:'', UID:'', created:'', modified:'' } );    // 
ando so on 

He saves that synchonisly anything is ok to this?

When I'm looking on the firebase website to show the data its lookin line 
this:

clubs:{
   0 :{},    // manually
   1: {},    // manually
   2: {}     // manually
  -JDtFBWoJhaIkl3XgzNI : {}    // push result .... 
<https://hmt.firebaseio.com/vereine#>
}

I don't understand where the mistake is.... im new in angularfire & Firebase



Thanks a lot for your help and sorry for my bad english :-)



LG Sven M.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to