E
E
Eugene2019-02-07 18:21:46
firebase
Eugene, 2019-02-07 18:21:46

How to make record limit in Firebase RealTime?

Please tell me how to make a rule in RealTime Database in Firebase so that 1 authorized user can make no more than 10 entries in the database in 1 minute?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Alexandrovich, 2019-02-07
@forumrulez

The first thing to drop is the rules https://firebase.google.com/docs/database/security/ here you can definitely find some restrictions, but I think that what you want to implement will have to be done using firebase cloud functions. There are a decent number of examples of the implementation of various tasks on github that will help you.
https://github.com/firebase/functions-samples and you should also read the documentation. https://firebase.google.com/docs/functions/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question