react-firebase-chat icon indicating copy to clipboard operation
react-firebase-chat copied to clipboard

Uses Firebase 9 and React 18.

Open dvdpena opened this issue 4 years ago • 2 comments

Firebase changed a lot in version 9, and the original tutorial uses ]Firebase 7. To use the exact same sintaxis, it's necessary to import the compat version when using Firebase 9.

To avoid this, I made the changes necessary to the sintaxis to allow the modularity in the firebase library.

If this version could be added, alongside the original, I think it would help people following the tutorial in 2022+

dvdpena avatar Apr 14 '22 19:04 dvdpena

Thank you very much for your work!

yosuanicolaus avatar May 02 '22 09:05 yosuanicolaus

Thank you, your code helped me migrate my fork of the app, you're the best!

pikapower9080 avatar Aug 07 '22 11:08 pikapower9080