Ozgur
Results
2
comments of
Ozgur
> > @derheld42 that seems to be a SvelteKit specific issue: [sveltejs/kit#8948](https://github.com/sveltejs/kit/issues/8948) > > You can fix it with: > > ```js > > const config = { > >...
I was facing the same issue (Chrome Extension), but the reason was using the wrong db. Instead of db = getFirestore(app) I used db = getFirestore(app, "**db name here**") and...