Andres Sandoval
Andres Sandoval
@megataps @ditman Thank you for creating the CodeLab tutorial! I was able to follow the tutorial to create this demo app: https://happy-hour-san-jose.web.app/#/
I will use the feature to publish to Amazon store :)
Also at my work we use TeamCity and use Amazon linux-docker Agents :)
> Is there a specific rational behind using a dedicated workflow instead of merging this into `Build.yaml`? No specific reason, just to make the CI faster
Hi, after some investigation. Looks like the issue can be solve by using [Vertex AI and App Check](https://andresand.medium.com/exploring-googles-demo-running-the-android-vertex-ai-example-fa39263a2672) By using the Vertex AI platform in Firebase enhances security without directly...
Hi Paul, thanks for the info and the link. I like how [Vertex AI in Firebase](https://developer.android.com/ai/vertex-ai-firebase) enhances security without directly using the Gemini API key GEM_API_KEY
The repo `generative-ai-android` is now deprecated
+1 Also I get the same error
I'm on using laptop MacBook M4, and I managed to fix the issue with help from Claude Code Fix: ``` sudo rm -rf /opt/homebrew/lib/node_modules/@google/gemini-cli sudo npm install -g @google/gemini-cli ```