Is firebase firestore safe? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Resposta
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