I'm developing UWP app using JavaScript in Visual Studio2017 . I've to write the data into firebase database from my app,
I've given all needed steps say , setting up firebase to my app and web server etc. and wriiten into DB once .
When I retried later , I repeatedly getting error in JavaScript Console :
CSP14312: Resource violated directive 'script-src ms-appx: 'unsafe-eval'' in Host Defined Policy: https://appName123.firebaseio.com/.lp?start=t&ser=44065755&cb=1&v=5. Resource will be blocked.
and no datas are being written on DB . How to solve this problem , please help . Thanks in advance !
Is this error regarding firebase connection (or) error inside the IDE visual studio 2017 .