i am making a news app in which only I can update the news and the news is stored in firebase realtime database .
Earlier my firebase security rules were set as public meaning both read and write to true and the app was running fine .
But now i have updated my security rules to make my app more secure to this :
This means i am only allowing myself to read and write data but i am getting an error when i am running the app
i know i am getting the error because I am not the authenticated owner for this app.
But still i am not able to fix this error please help