From 27e2a02346c3bdc2f0e8211a1b4a58edf21b9566 Mon Sep 17 00:00:00 2001 From: "@mubarakbizna" Date: Sun, 28 Jun 2026 13:01:07 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d21f1b..0e69451d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# Firebase Testing Quickstarts +rules_version = '2'; + +service cloud.firestore { + match /databases/{database}/documents { + match /{document=**} { + allow read, write: if true; + } + } +}# Firebase Testing Quickstarts A collection of quickstart samples demonstrating testing patterns for Firebase services. From d7c0d8e6e2473fd76773c0335823f5f25672c7c9 Mon Sep 17 00:00:00 2001 From: "@mubarakbizna" Date: Sun, 28 Jun 2026 13:02:43 +0300 Subject: [PATCH 2/2] Update README.md This is Mubarak Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 0e69451d..03d21f1b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,4 @@ -rules_version = '2'; - -service cloud.firestore { - match /databases/{database}/documents { - match /{document=**} { - allow read, write: if true; - } - } -}# Firebase Testing Quickstarts +# Firebase Testing Quickstarts A collection of quickstart samples demonstrating testing patterns for Firebase services.