You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys does anybody facing the issue of the adding chat id to userchats section, video time 2:25.
In which I'm able to fetch the chat id in console log and in the search field, but unable to Add user to list.
The text was updated successfully, but these errors were encountered:
hey guys, i just find the error reason. in ChatList.jsx in promises just log out the item.recieverId before the userDocRef. if its undefined it means you have a typo and you are pointing to a field of document that is not exists. so you can go to your fireStore console and copy the exact name of the field and use it. in this way you will solve the problem.
Hello guys does anybody facing the issue of the adding chat id to userchats section, video time 2:25.
In which I'm able to fetch the chat id in console log and in the search field, but unable to Add user to list.
The text was updated successfully, but these errors were encountered: