☂️ Migration to js_interop
for WASM Compatibility
#12466
Labels
platform: web
Issues / PRs which are specifically for web.
resolution: fixed
A fix has been merged or is pending merge from a PR.
type: enhancement
New feature or request
type: missing-feature
A feature that is supported on the underlying Firebase SDK but has not been exposed to Dart API.
Objective
The goal of this umbrella issue is to track the progress of migrating our web package plugins from the
js
package tojs_interop
. This migration aims to enhance compatibility with WebAssembly (WASM), ensuring Flutter applications using Firebase can leverage the full capabilities of WASM for improved performance and functionality.Migration List
Below is a list of plugins included in this migration effort. Each plugin requires updates to be fully compatible with
js_interop
and thereby, WASM.js_interop
to be compatible with WASM #12515)package:js
dependency (feat(web): remove the dependency onpackage:js
in favor ofdart:js_interop
#12534)Feedback and Discussion
For any questions, feedback, or discussions related to this migration effort, please comment on this issue or reach out to the project maintainers directly.
The text was updated successfully, but these errors were encountered: