CsabaConsulting / InspectorGadgetApp

Open Multi-Modal Personal Assistant
MIT License
4 stars 1 forks source link

Revise file storage rules #60

Open MrCsabaToth opened 4 weeks ago

MrCsabaToth commented 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

  1. Execute 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-2429299378
  2. Upgrade to latest firebase_vertexai, possibly even with some migration (?)