skip to Main Content

Firebase – How can an attacker will be able to access my cloud firestore database, If I have not setup any cloud firestore security rules

Example: service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true; } } } { "project_info": { "project_number": "project-number", "project_id": "project-id", "storage_bucket": "project-storage-bucket" }, "client": [ { "client_info": { "mobilesdk_app_id": "mobilesdk_app_id", "android_client_info": { "package_name": "com.example.sample" }…

VIEW QUESTION
Back To Top
Search