Victor Mendonça

Results 3 comments of 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/ ![image](https://user-images.githubusercontent.com/1450229/110723940-a9c18480-81f3-11eb-82bc-ffbf2d85f3dc.png)

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...