Someone else helped me find the answer.
in my firebaseConfig.js I had the call
export const db = getFirestore(app);
i had to change it to
export const db = getFirestore(app, 'mydb');
This fixed the issue