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
Reading through the upgrade notes for firebase 9 it looks like using the compat mode (like react-admin-firebase does), there are no size and no performance optimizations:
Compat - a familiar API surface which is fully compatible with the version 8 SDK, allowing you to upgrade to version 9 without changing all of your Firebase code at once. Compat libraries have little to no size or performance advantages over their version 8 counterparts.
Also:
Keep in mind: the compat libraries are a temporary solution that will be removed completely in a future major SDK version (such as version 10 or version 11). Your ultimate goal is to remove compat code and keep only version 9 modular-style code in your app.
Was it already considered migrating to the new modular approach?
The text was updated successfully, but these errors were encountered:
Reading through the upgrade notes for firebase 9 it looks like using the compat mode (like
react-admin-firebase
does), there are no size and no performance optimizations:From https://firebase.google.com/docs/web/modular-upgrade
Also:
Was it already considered migrating to the new modular approach?
The text was updated successfully, but these errors were encountered: