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

doc.id #620

Open
BornNk opened this issue Aug 29, 2024 · 1 comment
Open

doc.id #620

BornNk opened this issue Aug 29, 2024 · 1 comment

Comments

@BornNk
Copy link

BornNk commented Aug 29, 2024

No description provided.

@BornNk
Copy link
Author

BornNk commented Aug 29, 2024

import { collection, getDocs } from "firebase/firestore";

const querySnapshot = await getDocs(collection(db, "users"));
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

1 participant