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
Because firebase_core >=2.27.2 depends on firebase_core_web ^2.13.0 which depends on js ^0.6.3, firebase_core >=2.27.2 requires js ^0.6.3.
And because location >=6.0.0 depends on location_web ^5.0.0 which depends on js ^0.7.1, firebase_core >=2.27.2 is incompatible with location >=6.0.0.
Describe the solution you'd like
Consider downgrading location_web dependency on js ^0.7.1 to js ^0.6.3
Describe workarounds you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
location: ^6.0.0 is incompatible with latest firebase_core: ^2.27.2
Describe the solution you'd like
Consider downgrading location_web dependency on js ^0.7.1 to js ^0.6.3
Describe workarounds you've considered
Additional context
The text was updated successfully, but these errors were encountered: