You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently running into an issue with the web plugin as the currently released version is still depending on web: <1.0.0. This seems to have been updated 2 months ago but not released.
The reason for this conflict is due to firebase plugins now specifying web: ^1.0.0
You can override web: ^1.1.0 for all your deps as for temp solution
It may come to that :/ We typically try to minimize the use of that as much as possible in our projects as it has a sneaky way of getting forgotten about and then never updated.
We are currently running into an issue with the web plugin as the currently released version is still depending on
web: <1.0.0
. This seems to have been updated 2 months ago but not released.The reason for this conflict is due to firebase plugins now specifying
web: ^1.0.0
web: ^1.0.0
firebase/flutterfire#13200The text was updated successfully, but these errors were encountered: