FirebaseExtended / firebase-arduino

Arduino samples for Firebase.
Apache License 2.0
945 stars 494 forks source link

how to use set, get or push for child and nested data? I want to make tree in database. #397

Open chiragsolanki18 opened 5 years ago

ntdgo commented 5 years ago

You must find the answer and question on another topic in recent. I got the same question and I found the topic that nearly means of your question. https://github.com/FirebaseExtended/firebase-arduino/issues/325 Firebase.setFloat("/data/VAL1", 50.0);

KW20000 commented 5 years ago

You must find the answer and question on another topic in recent. I got the same question and I found the topic that nearly means of your question. #325 Firebase.setFloat("/data/VAL1", 50.0);

Yeah that doesn't really get into it for me. Im just trying to push to a nested array. Have tried to use @ViewChildren decorator to import the HTML data into the typescript file. I get a bunch of html that Im not sure how to work with over there though, I just want objects and arrays and the same as I put in to work with the same way! Is this not a thing?