{"id":21744810,"url":"https://github.com/mustafa-kum/basic-firebase-security-rules","last_synced_at":"2025-07-05T08:08:00.705Z","repository":{"id":174186525,"uuid":"563779721","full_name":"Mustafa-Kum/Basic-FireBase-Security-Rules","owner":"Mustafa-Kum","description":" Basic FireBase Security Rules","archived":false,"fork":false,"pushed_at":"2022-11-09T10:26:52.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T22:23:28.907Z","etag":null,"topics":["firebase","firebase-auth","firebase-database"],"latest_commit_sha":null,"homepage":"https://github.com/Mustafa-Kum/Basic-FireBase-Security-Rules","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mustafa-Kum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-09T10:17:00.000Z","updated_at":"2022-11-12T09:13:56.000Z","dependencies_parsed_at":"2023-08-23T11:19:27.434Z","dependency_job_id":null,"html_url":"https://github.com/Mustafa-Kum/Basic-FireBase-Security-Rules","commit_stats":null,"previous_names":["mustafa-kum/basic-firebase-security-rules"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustafa-Kum%2FBasic-FireBase-Security-Rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustafa-Kum%2FBasic-FireBase-Security-Rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustafa-Kum%2FBasic-FireBase-Security-Rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mustafa-Kum%2FBasic-FireBase-Security-Rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mustafa-Kum","download_url":"https://codeload.github.com/Mustafa-Kum/Basic-FireBase-Security-Rules/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722655,"owners_count":20499153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","firebase-auth","firebase-database"],"created_at":"2024-11-26T07:12:41.055Z","updated_at":"2025-03-21T01:42:30.466Z","avatar_url":"https://github.com/Mustafa-Kum.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## FireBase Rules\n\nrules_version = '2';\n\nservice cloud.firestore {\n  \n  match /database/{database}/documents {\n  \n    match /{document=**} {\n      \n      allow read;\n      \n      allow write: if isSignedIn();\n      \n      allow update: if isSignedIn() \u0026\u0026 isOwner(\u003cparametreID\u003e);\n      \n      allow delete: if isSignedIn();\n    \n    }\n    \n    function isSignedIn(){\n      \n      return request.auth !=null\n    \n    }\n    \n    function isOwner(\u003cparamatre\u003e){\n      \n      return request.auth.uid == \u003cparametre\u003e\n    \n    }\n  \n  }\n\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafa-kum%2Fbasic-firebase-security-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustafa-kum%2Fbasic-firebase-security-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustafa-kum%2Fbasic-firebase-security-rules/lists"}