Is there any way to add cloud firestore library to content_scripts? I need to add firebase-app.js and firebase-firestore.js
相关问题
- Firebase security rules difference between get() a
- Firebase firestore not working with Angular Univer
- Browsers render final comma of right-to-left (rtl)
- Firestore limit writing access per time
- Chrome dev tools exact computed value for CSS rule
相关文章
- Is there a way to hide the new HTML5 spinbox contr
- Google Chrome Cache
- how to download a file on Chrome without auto rena
- Firestore Update a document field Using Rest API
- Do all browsers on iOS use WKWebview or UIWebVIew?
- Why does Google Chrome NOT use cached pages when I
- Calling Chrome web browser from the webbrowser.get
- How to combine Firestore orderBy desc with startAf
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'",