homotopy-io / homotopy-rs

A Rust/WASM implementation of homotopy.io
https://homotopy.io
BSD 3-Clause "New" or "Revised" License
87 stars 7 forks source link

Firebase UI is incompatible with Firebase SDK 9 #815

Open H-Yulong opened 2 years ago

H-Yulong commented 2 years ago

I would like to use Firebase UI's pre-built components, but it seems that it's not compatible with Firebase v9 (which is what we are currently using).

This is a known issue for Firebase UI since 2021 (reference here).

@NickHu @thud Any ideas/suggestions?

NickHu commented 2 years ago

According to that issue thread, the Firebase UI library is compatible with Firebase v9 compat (see https://firebase.google.com/docs/web/modular-upgrade). We should try to avoid using this compatibility layer wherever possible, but for this bit of UI it's fine.