Results 2 comments of Toby

I'm getting the exact same error whenever I try to read/write to cloud firestore. Even after following the docs exactly.

I managed to solve this issue by adding my database id to getFirestore() like so `getFirestore()`. I didn't realize/forgot that I set my own custom database id in the Firebase...