-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
export const db = getFirestore();
const userData = docStore(db, `users/rNvXG7F...KyJw1`);
console.log($userData);
const userData = docStore(db, `users/${$user?.uid}`);
console.log($userData);
Both examples log undefined.
Has there been an update that broke docStore or am I just unbelievable stupid?
Metadata
Metadata
Assignees
Labels
No labels