Add Cloud firestore library to chrome extension, content_scripts

陌路散爱 提交于 2019-12-06 07:39:32

I made it work, I just had to download the files from: https://github.com/firebase/firebase-bower then I had to convert firebase-firestore.js to utc8 also added this to my manifest.json:"content_security_policy":"script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!