Desperate for help with tagged user firebase rule

Database & APIs

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 ?

What have you tried so far?

Tried adding delay, making sure all references were ok and the document was tagged with the user ID

Did you check FlutterFlow's Documentation for this topic?
Yes
1 reply