Enguerrand d'Aubert
ยทFor personnal use

Userr write rejected

Database & APIs

To put it simply, I have a counting application that lets me easily count vehicles. I have an interface that lets me click on different vehicle categories, and the database records the time and vehicle category selected. Queries are then sent to the database and I can then extract the written data for analysis. My problem is that firebase refuses to accept writes from untagged users. I can't tag specific users so I can write the data again. Since access to any user poses problems of confidentiality and application security.

I've put this in the Firestore Settings below. Unfortunately. Every time a request is issued by a user. It is refused.

I have two problems. This Tag user problem. I don't know how to assign responsibility to the user, for example the administrator, for writing this data.

Secondly. As shown in the firebase screenshot. When simulating, Firebase refuses the simulation.

If you have any clues, I'd love to hear from you. I've been stuck on this for a long time without finding a solution ๐Ÿ˜ž

What have you tried so far?

I've tried to modify the different user types via flutterflow but I don't know how to authorize 2 to 3 specific users, for example. I then tried to modify access via Firebase. Without success

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