Adding Firebase Storage User Load Limits

Is there a way to add Firebase 3 Storage security rules to limit the number of files that can be downloaded using a single authenticated download? For example, 100 files per user.

Or somehow update the number of Firebase database files as soon as someone has uploaded the file to the repository and then checked its number.

An attempt to solve the problem of how to deal with the ability of the user to upload an unlimited amount of data to the repository.

+4
source share

Source: https://habr.com/ru/post/1657384/


All Articles