Victor Mendonça
Victor Mendonça
I've fixed this issue by creating an this environment var: `FIREBASE_CONFIG="{\"databaseURL\":\"https://{gcloud-project-id}.firebaseio.com\",\"storageBucket\":\"{gcloud-project-id}.appspot.com\",\"projectId\":\"{gcloud-project-id}\"}"` then ``` import * as admin from 'firebase-admin'; // start your app admin.initializeApp(JSON.parse(FIREBASE_CONFIG)); // lots of code... ``` Naturally,...
https://console.actions.google.com/project/your-project/deviceregistration/ 
I'm trying to use with ollama in docker. Both web-ui and ollama are running using docker. I can use ollama-web-ui and any other project connecting to ollama but I can't...