aageorge

Results 3 comments of aageorge

Also ran into the same issue trying to connect an emulator ``` const app = useFirebaseApp(); const auth = getAuth(app); const firestore = getFirestore(app); if (process.env.NODE_ENV !== 'production') { //...

It may be a limitation in how connectFirestoreEmulator is working, and/or Im not super in depth with each of the application lifecycles. I was able to resolve my issue @shalomsam...

Also running into the same issue after migrating off of API keys. Its definitively an issue with the vector DB tool, calling with a custom tool works.