Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Get data from Firebase realtime database

Trying to retrieve data from a firebase realtime datasabe, i am using a blank query with the instruccion:     Any idea to get the data?   Thanks in advanced!    
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi v-easonf-msft 

     

    I was able to solve it by adding a document name with ".json" at the end.

     

    let
    Origen = Json.Document(Web.Contents("https://xxxxxxx.com/contacts.json"))
    in
    Origen

     

    I checked that the syntaxiss was correct with the URL you provided me but was not able to enclose the json body in brackets dinamically. I tried using Text.Combine M function to the returned object but was not able to add to an binary object.

     

    Thanks u anyway! 🙂