Skip to content

Commit c3ae4a8

Browse files
authored
update genai link to ailogic (#17885)
1 parent cfb9098 commit c3ae4a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/firebase_ai/firebase_ai/lib/src/error.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ final class ServiceApiNotEnabled implements FirebaseAIException {
5656
'The Vertex AI in Firebase SDK requires the Vertex AI in Firebase API '
5757
'(`firebasevertexai.googleapis.com`) to be enabled in your Firebase project. Enable this API '
5858
'by visiting the Firebase Console at '
59-
'https://console.firebase.google.com/project/$_id/genai '
59+
'https://console.firebase.google.com/project/$_id/ailogic '
6060
'and clicking "Get started". If you enabled this API recently, wait a few minutes for the '
6161
'action to propagate to our systems and then retry.';
6262

packages/firebase_ai/firebase_ai/test/error_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void main() {
4040
'The Vertex AI in Firebase SDK requires the Vertex AI in Firebase API '
4141
'(`firebasevertexai.googleapis.com`) to be enabled in your Firebase project. Enable this API '
4242
'by visiting the Firebase Console at '
43-
'https://console.firebase.google.com/project/test-project/genai '
43+
'https://console.firebase.google.com/project/test-project/ailogic '
4444
'and clicking "Get started". If you enabled this API recently, wait a few minutes for the '
4545
'action to propagate to our systems and then retry.');
4646
});
@@ -143,7 +143,7 @@ void main() {
143143
'The Vertex AI in Firebase SDK requires the Vertex AI in Firebase API '
144144
'(`firebasevertexai.googleapis.com`) to be enabled in your Firebase project. Enable this API '
145145
'by visiting the Firebase Console at '
146-
'https://console.firebase.google.com/project/my-project-id/genai '
146+
'https://console.firebase.google.com/project/my-project-id/ailogic '
147147
'and clicking "Get started". If you enabled this API recently, wait a few minutes for the '
148148
'action to propagate to our systems and then retry.');
149149
});

0 commit comments

Comments
 (0)