Abraham Williams
Abraham Williams
I'd recommend using [WSL](https://learn.microsoft.com/en-us/windows/wsl/about) locally. Are there specific parts of the docs that don't match up with Firebase UI now?
@akshitarora921 ya, go for it!
Typically Google only approves Actions that have a [two word name](https://developers.google.com/actions/policies/general-policies#naming_directory_listing_and_promotion). Maybe they would make an exception for DevFest. Otherwise maybe "Dev Fest" would work or each DevFest can publish...
@aygul built a related Action for finding DevFest CFPs. https://assistant.google.com/services/a/uid/000000024f436d9a
It would take some work probably but I don't see any reason why you couldn't run Firebase commands on CI and have it update Firestore data.
Same thing with me running 7.0.503.0. Once I hit save on the options page it started working fine.
Try import 'img-2/dist/img-2';
The package name is `img-2` as defined by `name` in [package.json](https://github.com/RevillWeb/img-2/blob/master/package.json). When you install with npm, this is the name you should use to import. I think `import 'Img2'` was...
This is planed for the next release.
I don't do a lot of TinyMCE development but I've got a client that wants some features from time to time. I'm not all that familiar having TS in a...