79644768

Date: 2025-05-30 00:52:10
Score: 0.5
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: randy