Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebaseError: Expected type 'Ec', but it was: an object #258

Open
Lazy-C0der opened this issue Nov 29, 2021 · 2 comments
Open

FirebaseError: Expected type 'Ec', but it was: an object #258

Lazy-C0der opened this issue Nov 29, 2021 · 2 comments

Comments

@Lazy-C0der
Copy link

Lazy-C0der commented Nov 29, 2021

someone explains to me why it is happening

querySnapshot.forEach((doc) => {
  console.log(`${doc.id} => ${doc.data()}`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Lazy-C0der and others