[📚] Required Firebase Web JS Version #5786
Replies: 3 comments
-
Without specifying a version results problems like the following at |
Beta Was this translation helpful? Give feedback.
-
Thank you for updating to the latest Firebase JS version. |
Beta Was this translation helpful? Give feedback.
-
This is still an open discussion. We'd like to manage the versions of the underlying JS SDK like we do already on Android/iOS/macOS - but as far as we're aware there isn't yet a good way of injecting these scripts in via Dart so we can internally control versions. Open to suggestions |
Beta Was this translation helpful? Give feedback.
-
The Firebase documentation and FlutterFire documentation conflict on the version of Firebase to use on the web.
Firebase documentation (https://firebase.google.com/docs/web/setup#from-the-cdn):
FlutterFire documentation (https://firebase.flutter.dev/docs/installation/web):
Please add documentation and guidance around the supported version and planned upgrades.
There is a challenge in that the Firebase web dependencies are currently manually added to the index.html file so they are not automatically kept in sync with the FlutterFire SDK version.
Without proper guidance, this could become a big issue down the road.
Beta Was this translation helpful? Give feedback.
All reactions