List all matching Firebase dependencies versions in one place #12583
-
When trying to find matching What I propose is to present a table with following information:
The table should include at least some of the past versions of the Firebase libraries, so that it's possible to use Firebase SDK with Dart SDK 3.0.0 and newer. Expected table may look something like this
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hello @orestesgaolin, this is something that we already have planned for 2024 and we are looking at ways of implementing it through the CLI, maybe something like
So people can update all their dependencies in a single command. |
Beta Was this translation helpful? Give feedback.
-
On a similar note, is there any way we could get the actual dependency version used in the generated changelog? I'm trying to figure out if I need to update firebase_crashlytics, and this is completely useless, sorry to say that... |
Beta Was this translation helpful? Give feedback.
-
@orestesgaolin, you can refer to this file: VERSIONS.md, which includes all versions that belong to the same release. |
Beta Was this translation helpful? Give feedback.
@orestesgaolin, you can refer to this file: VERSIONS.md, which includes all versions that belong to the same release.