{"id":18759792,"url":"https://github.com/su-bitcoding/firebase_web_notifications_sent","last_synced_at":"2026-05-08T15:51:30.523Z","repository":{"id":261544394,"uuid":"884603468","full_name":"su-bitcoding/firebase_web_notifications_sent","owner":"su-bitcoding","description":"firebase using sent a web notifications","archived":false,"fork":false,"pushed_at":"2024-12-04T11:14:54.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-30T22:42:56.402Z","etag":null,"topics":["aao","firebase","firebasethrough","firebasethroughsenr","sent","sentnotifications","sentwebnotifications","ss","webnotifications"],"latest_commit_sha":null,"homepage":"https://firebase-web-notifications-sent.vercel.app","language":"Python","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/su-bitcoding.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":"2024-11-07T03:45:36.000Z","updated_at":"2024-12-04T11:14:58.000Z","dependencies_parsed_at":"2024-12-29T05:02:12.641Z","dependency_job_id":null,"html_url":"https://github.com/su-bitcoding/firebase_web_notifications_sent","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"092f9436e831eefac3db9f06e86233f0d85d7e07"},"previous_names":["su-bitcoding/firebase_web_notifications_sent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/su-bitcoding/firebase_web_notifications_sent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/su-bitcoding%2Ffirebase_web_notifications_sent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/su-bitcoding%2Ffirebase_web_notifications_sent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/su-bitcoding%2Ffirebase_web_notifications_sent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/su-bitcoding%2Ffirebase_web_notifications_sent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/su-bitcoding","download_url":"https://codeload.github.com/su-bitcoding/firebase_web_notifications_sent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/su-bitcoding%2Ffirebase_web_notifications_sent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27472246,"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","status":"online","status_checked_at":"2025-12-03T02:00:06.367Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aao","firebase","firebasethrough","firebasethroughsenr","sent","sentnotifications","sentwebnotifications","ss","webnotifications"],"created_at":"2024-11-07T18:07:39.300Z","updated_at":"2025-12-03T08:30:31.804Z","avatar_url":"https://github.com/su-bitcoding.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebase_web_notifications_sent\n\n## Setup\n\n### Clone the repository:\n\n```sh\n$ git clone git@github.com/su-bitcoding/firebase_web_notifications_sent.git\n$ cd firebase_web_notifications_sent\n```\n\n### Create a virtual environment to install dependencies and activate it:\n\n```sh\n$ python3 -m venv env\n$ source env/bin/activate\n```\n\n### Install the dependencies:\n\n```sh\n$ pip install -r requirements.txt\n```\n\n### Migrations:\n\n```sh\n$ python manage.py migrate\n```\n\n### Run the server:\n\n```sh\n $ python manage.py runserver\n```\nAnd navigate to `http://127.0.0.1:8000/`.\n\n### Generate a firebaseConfig\n\n```sh\nyour firebase a project when you sent a notifications in project settings in you create a web app that you can get a config file\n```\n\n### Generate KEY_FILE_PATH \n\n```sh\nyour firebase a project in a settings in service account in generate a key file\n \n```\n\n### Generate vapidKey \n\n```sh\nyour firebase a project in a settings in cloud messaging in generate a keypair is your vapidKey \n\n```\n\n### Sent notifications cURL\n\n```sh\ncurl --location 'http://127.0.0.1:8000/sent-web-notification' \\\n--header 'Cookie: csrftoken=IrIwJfkiZR7W5l6rauazusaybAesDtFP' \\\n--form 'token=\"your generate a frontend side token \"'  \\\n--form 'title=\"hello Testing\"' \\  \n--form 'body=\"testing\"'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-bitcoding%2Ffirebase_web_notifications_sent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsu-bitcoding%2Ffirebase_web_notifications_sent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsu-bitcoding%2Ffirebase_web_notifications_sent/lists"}