diff --git a/packages/firebase_ai/firebase_ai/lib/src/error.dart b/packages/firebase_ai/firebase_ai/lib/src/error.dart index 8713b006c975..00f594a704a8 100644 --- a/packages/firebase_ai/firebase_ai/lib/src/error.dart +++ b/packages/firebase_ai/firebase_ai/lib/src/error.dart @@ -56,7 +56,7 @@ final class ServiceApiNotEnabled implements FirebaseAIException { 'The Vertex AI in Firebase SDK requires the Vertex AI in Firebase API ' '(`firebasevertexai.googleapis.com`) to be enabled in your Firebase project. Enable this API ' 'by visiting the Firebase Console at ' - 'https://console.firebase.google.com/project/$_id/genai ' + 'https://console.firebase.google.com/project/$_id/ailogic ' 'and clicking "Get started". If you enabled this API recently, wait a few minutes for the ' 'action to propagate to our systems and then retry.'; diff --git a/packages/firebase_ai/firebase_ai/test/error_test.dart b/packages/firebase_ai/firebase_ai/test/error_test.dart index da70a9a68a63..ead4f25ea909 100644 --- a/packages/firebase_ai/firebase_ai/test/error_test.dart +++ b/packages/firebase_ai/firebase_ai/test/error_test.dart @@ -40,7 +40,7 @@ void main() { 'The Vertex AI in Firebase SDK requires the Vertex AI in Firebase API ' '(`firebasevertexai.googleapis.com`) to be enabled in your Firebase project. Enable this API ' 'by visiting the Firebase Console at ' - 'https://console.firebase.google.com/project/test-project/genai ' + 'https://console.firebase.google.com/project/test-project/ailogic ' 'and clicking "Get started". If you enabled this API recently, wait a few minutes for the ' 'action to propagate to our systems and then retry.'); }); @@ -143,7 +143,7 @@ void main() { 'The Vertex AI in Firebase SDK requires the Vertex AI in Firebase API ' '(`firebasevertexai.googleapis.com`) to be enabled in your Firebase project. Enable this API ' 'by visiting the Firebase Console at ' - 'https://console.firebase.google.com/project/my-project-id/genai ' + 'https://console.firebase.google.com/project/my-project-id/ailogic ' 'and clicking "Get started". If you enabled this API recently, wait a few minutes for the ' 'action to propagate to our systems and then retry.'); });