{"id":18805989,"url":"https://github.com/m-thompson-code/firebase-status-watcher","last_synced_at":"2026-01-08T02:30:15.965Z","repository":{"id":43973796,"uuid":"248878448","full_name":"m-thompson-code/firebase-status-watcher","owner":"m-thompson-code","description":"Cron that would crawl the Firebase status page and email me whenever something went down/up","archived":false,"fork":false,"pushed_at":"2022-12-10T22:19:38.000Z","size":2306,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T18:41:23.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/m-thompson-code.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}},"created_at":"2020-03-21T00:28:02.000Z","updated_at":"2020-03-23T00:53:45.000Z","dependencies_parsed_at":"2023-01-26T09:45:07.365Z","dependency_job_id":null,"html_url":"https://github.com/m-thompson-code/firebase-status-watcher","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thompson-code%2Ffirebase-status-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thompson-code%2Ffirebase-status-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thompson-code%2Ffirebase-status-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-thompson-code%2Ffirebase-status-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-thompson-code","download_url":"https://codeload.github.com/m-thompson-code/firebase-status-watcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239742360,"owners_count":19689308,"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":[],"created_at":"2024-11-07T22:45:51.181Z","updated_at":"2026-01-08T02:30:15.930Z","avatar_url":"https://github.com/m-thompson-code.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Firebase Status Watcher\n\nWhen working on firebase during its earlier years, many services would go out often, and it was annoying to have to check Firebase\"s service status page (https://status.firebase.google.com/) every few hours. So I created a cron that did it for me. I later learned that there was a free service that did this already, so I stopped maintaining this project all together.\n\nFor those looking for a way to get informed when Firebase Services go down, take a look at StatusGator: https://statusgator.com/\n\nThey monitor Firebase and many other services too. If a service goes down or goes back up, they\"ll email you for free.\n\n## Info and configuration instructions\n\nThis project runs a script that will crawl the Firebase status page: https://status.firebase.google.com/\n\nDepending on what services are listed in firebaseStatusWatcherCron/firebaseStatusWatcherCron.js (monitoredServices), an email will be sent to an email address (myEmailAddress in config.js)\n\nThis project also stores the results of services going out / going back up into a mongo DB.\n\nPlease update with a config.js at the root of the project:\n\n```\n// config.js\nmodule.exports = {\n    mongodbUrl: \"mongodb://\u003cusername\u003e:\u003cpassword\u003e@\u003caddress\u003e/firebase-status-watcher\",\n    dbName: \"firebase-status-watcher\",\n    email: \"\u003csender email\u003e\",\n    password: \"\u003csender email password\u003e\",\n    firebaseStatusUrl: \"\u003cendpoint for firebase status cron\u003e\",\n    myEmailAddress: \"\u003creceiving email\u003e\"\n};\n```\n\nThis project was used to be deployed on a cron task using AWS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-thompson-code%2Ffirebase-status-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-thompson-code%2Ffirebase-status-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-thompson-code%2Ffirebase-status-watcher/lists"}