5
votes

Is there any way to add Firebase 3 Storage security rules to limit how many files can single authenticated user upload? For example 100 files per user.

Or somehow update Firebase Database file count, once someone uploaded file to Storage and later validate that file count.

Trying to solve problem, how to deal with user ability to upload unlimited data amount to storage.

1
Have you seen this?AL.
@AL. That answer is for a completely different question in which we set per upload file size limit. Here I am also curious about setting overall upload limitgonephishing
This is answered here. Sadly, the best way to do it is to match filenames: stackoverflow.com/questions/40513101/…sudo

1 Answers