79587673

Date: 2025-04-23 01:16:32
Score: 2.5
Natty:
Report link

In here https://github.com/firebase/firebase-js-sdk/issues/8889#issuecomment-2816276364 mentions, that sometime you have to define the database name defined as the second parameter so instead of:

getFirestore(app)

Do this:

getFirestore(app,'dbName')
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alejandro Jauregui