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
Hi, I love this project and I have followed the tutorial to the letter.
However, I would like to create something similar but with a twist. I want all notes to be seen by everyone that log in. Hence, the collection is just "notes" with no user id.
I have tried it and it works once in a while and other times it doesn't.
I have tried to analyze the notes_service file and changed the collection name to "notes" but it seems at a certain point, when fetching the data, it still fetched notes only made by the logged in user.
Feedback would be appreciated.
Thanks and awesome project.
The text was updated successfully, but these errors were encountered:
Hi, I love this project and I have followed the tutorial to the letter.
However, I would like to create something similar but with a twist. I want all notes to be seen by everyone that log in. Hence, the collection is just "notes" with no user id.
I have tried it and it works once in a while and other times it doesn't.
I have tried to analyze the notes_service file and changed the collection name to "notes" but it seems at a certain point, when fetching the data, it still fetched notes only made by the logged in user.
Feedback would be appreciated.
Thanks and awesome project.
The text was updated successfully, but these errors were encountered: