flutterfire icon indicating copy to clipboard operation
flutterfire copied to clipboard

[📚] Disabling Flutter Web SDK injection

Open pepealonso95 opened this issue 1 year ago • 3 comments

Im trying to run a chrome extension using flutterfire but downloading external scripts is not possible due to chrome's manifest security policies. Your documentation shows on how to download js sdk's locally but firebase_core is not included in the process so I am unable to run the build:

https://firebase.google.com/docs/flutter/setup?platform=web#disable-auto.

pepealonso95 avatar Sep 10 '24 18:09 pepealonso95