rahulsain / SharedNotes

Created an Android app that helps organisation to share notes with each other. Built with Firebase
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Adjust the security rules of the database #6

Closed rahulsain closed 3 years ago

rahulsain commented 3 years ago

so that even non logged in user can delete their data at least

rahulsain commented 3 years ago

it works when data is public

rahulsain commented 3 years ago

logged in user data failed to delete the grp created by the logged in user

rahulsain commented 3 years ago

it working now, no rules changes throwing the exception #3 handled here.