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 !