{"id":20444928,"url":"https://github.com/snapchat/snap-kit-firebase-extensions","last_synced_at":"2025-08-01T22:39:44.298Z","repository":{"id":38815673,"uuid":"406086123","full_name":"Snapchat/snap-kit-firebase-extensions","owner":"Snapchat","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-19T22:11:07.000Z","size":389,"stargazers_count":7,"open_issues_count":4,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-26T18:21:21.346Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Snapchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-13T18:30:09.000Z","updated_at":"2023-12-24T22:25:15.000Z","dependencies_parsed_at":"2022-09-18T12:32:20.919Z","dependency_job_id":null,"html_url":"https://github.com/Snapchat/snap-kit-firebase-extensions","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/Snapchat%2Fsnap-kit-firebase-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snapchat%2Fsnap-kit-firebase-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snapchat%2Fsnap-kit-firebase-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snapchat%2Fsnap-kit-firebase-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snapchat","download_url":"https://codeload.github.com/Snapchat/snap-kit-firebase-extensions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248648751,"owners_count":21139352,"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-15T10:10:08.478Z","updated_at":"2025-04-13T00:23:41.629Z","avatar_url":"https://github.com/Snapchat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snap Kit Firebase Extensions\n\nA [Firebase Extension](https://firebase.google.com/products/extensions) is a set of [Cloud Functions](https://firebase.google.com/docs/functions) and a configuration file that performs a specific task or set of of tasks in response to HTTP requests or other triggering events. A Firebase Extension can easily be installed in a Firebase projects to perform the tasks the extension is built to do.\n\nSnap Kit Firebase Extensions are a group of extensions that help developers integrate with various features in Snapchat.\n\nFollowing are the list of extensions:\n- [Login Kit Firebase Extension](login-kit)\n\nLearn more about building Firebase Extensions [here](https://firebase.google.com/docs/extensions/alpha/overview-build-extensions).\n\n## Setup\nRun:\n```\nmake dev/setup\n```\n\n### Setting up a new extension\n1. Create a new directory for the new extension\n```\nmkdir creative-kit\n```\n2. Bootstrap the extension\n```\ncd creative-kit\nfirebase init\n```\n\n### Building an extension\nRun:\n```\n# e.g. make dev/build/login-kit\nmake dev/build/\u003cextension_dir\u003e \n```\n\n### Validating an extension\nRun:\n```\n# e.g. make dev/validate/login-kit\nmake dev/validate/\u003cextension-dir\u003e \n```\n\n### Installing and updating an extension in a Firebase project\nAn extension needs to be installed on a Firebase project for it to be tested end to end in a Google Cloud environment. Running the following command will install the specified extension on `snap-connect-staging` Firebase project. The installed extension points to production Snap services, including but not limited to Auth Service.\n\nTo install a new extension instance, run:\n```\n# e.g. make dev/install/login-kit\nmake dev/install/\u003cextension-dir\u003e \n```\n\nTo update an existing extension instance, run:\n```\n# e.g. make dev/update/login-kit instance-id=snapchat-login\nmake dev/install/\u003cextension_dir\u003e instance-id=\u003cextension-instance-id\u003e\n```\n\n### IDE\n[Visual Studio Code](https://code.visualstudio.com/) is recommended.\nFollow installation instructions [here](https://code.visualstudio.com/Download).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapchat%2Fsnap-kit-firebase-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnapchat%2Fsnap-kit-firebase-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnapchat%2Fsnap-kit-firebase-extensions/lists"}