Ariel Bulan

Ariel Bulan

  • NA
  • 5
  • 697

Firebase and C#

Sep 11 2018 1:22 AM
Hi,
 
I am new in C# and Firebase...Do you have any sample codes that Retrieve Records in Firebase using C#....The format in Firebase is :
 
-...Student 
       +....1000001
            |-studentnumber:"11111111111"
            |-studentname:"sample name1"
            |-studentage:10
       +...1000002
            |-studentnumber:"2222222222"
            |-studentname:"sample name2"
            |-studentage:20
       +...1000003
            |-studentnumber:"3333333333"
            |-studentname:"sample name3"
            |-studentage:21
 My question is how to get all records in the firebase document with the following output format:
 
          11111111111    samplename1  10
          2222222222    samplename2  20 
          33333333 33   samplename3  21
 
 
Thank you in advance...
Ariel
 
 

Answers (1)