locked
[UWP][HTML]Firebase DB access from UWP javascript app RRS feed

  • Question

  •  I'm new to Desktop App creation as an Web Development background .  I've created an app under UWP using JS , now I have to access the data that have been stores in firebase DB by another android app .

    I tried with Firebase Web method js codes to connect but the  exception was :

    0x800a139e - JavaScript runtime error: Error: This operation is not supported in the environment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled.

     

      Could you please help me regarding the connecting and fetching data from the Firebase from my app using JavaScript . Thanks in advance !



    Sunday, April 30, 2017 12:49 PM

Answers

  • Hello,

    You can use REST API for Firebase to fetching data from the Firebase. By searching you will be able to check Firebase doc to see how you can do with it. For more details please contact Firebase support about how to use their Rest API.

    Best regards,

    Barry


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Monday, May 1, 2017 8:04 AM