Posts with the tag firebase firebase • firestore Building a Leaderboard With Firestore: OrderBy and Limit January 14, 2021 Firestore queries can sort and limit the data they retrieve using precomputed indexes. Security rules can limit what types of queries are allowed. firebase • firestore • security Refactoring Firestore Security Rules January 12, 2021 Firestore security rules can use functions and local variables. This allows for refactoring for code reuse and clarity. firebase • firestore • javascript • security Rate Limiting With Firestore Security Rules January 10, 2021 Firestore apps can implement rate limiting through security rules, even with untrusted clients. firebase • authentication • javascript Firestore and Authentication January 8, 2021 Firebase Authentication makes it easy to add user identities to your app. When combined with Firestore, it can help to secure user data. firebase • firestore • javascript Hello, Firestore: Adding Live Data to Your Web Apps January 3, 2021 Firebase Cloud Firestore is an easy way to add live updating data to your web apps without writing any server-side code. Browse all tags