Hi,
I am trying to build a simple sales report app , Where the user login and view his related data, I have 2 collections , Users and Test1 which is the sales database.
I have created a column in Test1 which is the user _id from users collection.
Now I have created a local storage parameter so when the user login it saves the user id to the second screen which is the report screen
I have mapped the services as attached but still returning all data.
Do i miss some steps ?