interviewstreet / firepad-x

Collaborative Text Editor Powered by Firebase
Other
37 stars 20 forks source link

feat: upgrade firebase to version 10.0.0 #76

Open MrSurana opened 1 year ago

MrSurana commented 1 year ago

Firebase version 10 was released in July '23. Upgrading to it can be done either by switching to modular imports and update all the code, or by just updating the imports to compat and keeping the rest of the code same.

We are going with the compat approach to minimize changes.

Here are the docs for both approaches: https://firebase.google.com/docs/web/modular-upgrade