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
Currently if you try to update a document using the service layer API you can provide a different uid in the document than you give in the function arguments. We need to fix this so that the service layer checks to ensure that the uid in the document either doesn't exist, or matches the one provided in the function arguments.
The text was updated successfully, but these errors were encountered:
J-avery32
changed the title
The dao layer should check to see if the uid in the document matches the one given in the url
The service layer should check to see if the uid in the document matches the one given in the url
Jun 29, 2021
Currently if you try to update a document using the service layer API you can provide a different uid in the document than you give in the function arguments. We need to fix this so that the service layer checks to ensure that the uid in the document either doesn't exist, or matches the one provided in the function arguments.
The text was updated successfully, but these errors were encountered: