File tree Expand file tree Collapse file tree
packages/firebase_ai/firebase_ai Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 });
You can’t perform that action at this time.
0 commit comments