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

confusing parameter name #22

Open
Youssef-kobi opened this issue Aug 29, 2022 · 0 comments
Open

confusing parameter name #22

Youssef-kobi opened this issue Aug 29, 2022 · 0 comments

Comments

@Youssef-kobi
Copy link

Hey In the /services/firebase.js file in the updateFollowedUserFollowers function you named the params of the FieldValue(loggedInUserDocId) but you passed userId from the SuggestedProfile component, at first i taught that you passed the Doc id into the followers array instead of the userId ,
And Thanks for the Tutorial its awesome ! Keep Up Bro !

export async function updateFollowedUserFollowers( profileDocId, loggedInUserDocId, isFollowingProfile ) { return firebase .firestore() .collection('users') .doc(profileDocId) .update({ followers: isFollowingProfile ? FieldValue.arrayRemove(loggedInUserDocId) : FieldValue.arrayUnion(loggedInUserDocId) }); }

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