Hi all
So I have collection where all permissions are for the tagged user.
In my app in one page, the firebase action "read document" doesnt work, even though the same account was used to make this document and the document is tagged with the user id
I can tge tmy head around it
Keep seeing this error in the chrome brower
errors.dart:329 Uncaught (in promise) RethrownDartError: [cloud_firestore/permission-denied] Missing or insufficient permissions.
However, some time it works and then that point onwards it keeps working
I thought it may be a race condition, so have added a delay but still it doesnt work
Those useing tagged user, did you have any issues reading one document ?