Is firebase firestore safe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is firebase firestore safe?

Hello. I want to use a firestore database for a code of mine, but I have some doubts. 1. Is it safe to publish the code? How do I prevent people editing my code to send infinite entries to the database? 2. If so, how can I make it safe so that only a certain amount of entries are allowed per user? 3. Is there something like JavaScript for Firestore? Like, I imagined it would be something like SELECT a FROM b, but it is more complicated than I thought.

23rd Dec 2021, 9:58 AM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
1 Answer
0
I guess you are looking for security rules: https://firebase.google.com/docs/rules?hl=en
23rd Dec 2021, 10:25 AM
Alex
Alex - avatar