[firebase_vertexai]: Invalid API enablement URL in error message #13542
Labels
Needs Attention
This issue needs maintainer attention.
platform: all
Issues / PRs which are for all platforms.
plugin: vertexai
label issues for vertexai plugin
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Other
Which platforms are affected?
Android, iOS, macOS, Web, Windows
Description
The error message for Vertex AI in Firebase's API enablement is incorrect:
flutterfire/packages/firebase_vertexai/firebase_vertexai/lib/src/error.dart
Line 59 in 8ff0f88
the project ID appears to be parsed from this error:
flutterfire/packages/firebase_vertexai/firebase_vertexai/lib/src/error.dart
Line 134 in 8ff0f88
The correct URL is
https://console.firebase.google.com/project/PROJECT_ID/genai
Reproducing the issue
This was discovered in #13530 (comment)
Firebase Core version
2.31.0
Flutter Version
3.22.2
Relevant Log Output
Flutter dependencies
N/A
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: