Open MrCsabaToth opened 4 weeks ago
Currently the file storage rules are too relaxed because I was getting 403. Looks like @MaggieThomann ran into similar issues: https://github.com/firebase/flutterfire/issues/13530
curl -X POST -H "Authorization: Bearer $(gcloud auth print-access-token)" -H "Content-Type: application/json" https://us-central1-aiplatform.googleapis.com/v1/projects/${customer project}/locations/us-central1/endpoints -d ''
firebase_vertexai
Currently the file storage rules are too relaxed because I was getting 403. Looks like @MaggieThomann ran into similar issues: https://github.com/firebase/flutterfire/issues/13530
curl -X POST -H "Authorization: Bearer $(gcloud auth print-access-token)" -H "Content-Type: application/json" https://us-central1-aiplatform.googleapis.com/v1/projects/${customer project}/locations/us-central1/endpoints -d ''
as https://github.com/firebase/flutterfire/issues/13530#issuecomment-2429299378firebase_vertexai
, possibly even with some migration (?)