{"id":15018515,"url":"https://github.com/nativescript/firebase","last_synced_at":"2025-05-16T09:03:21.791Z","repository":{"id":40481572,"uuid":"392052479","full_name":"NativeScript/firebase","owner":"NativeScript","description":"Modular Firebase 🔥 implementation for NativeScript. Supports both iOS \u0026 Android platforms for all Firebase services.","archived":false,"fork":false,"pushed_at":"2025-05-09T17:54:53.000Z","size":5632,"stargazers_count":57,"open_issues_count":52,"forks_count":50,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-09T18:52:40.831Z","etag":null,"topics":["android","crashlytics","firebase","firebase-auth","firebase-database","firebase-functions","firebase-inappmessaging","firebase-realtime-database","firebase-remote-config","firebase-sdk","firebase-storage","firestore","ios","nativescript","typescript"],"latest_commit_sha":null,"homepage":"https://docs.nativescript.org/plugins/firebase-core.html","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/NativeScript.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null},"funding":{"github":"NativeScript","open_collective":"nativescript"}},"created_at":"2021-08-02T18:21:39.000Z","updated_at":"2025-04-27T20:10:20.000Z","dependencies_parsed_at":"2024-04-16T12:21:37.759Z","dependency_job_id":"0d527d6c-0a9f-49bb-8cee-d132001ddae4","html_url":"https://github.com/NativeScript/firebase","commit_stats":{"total_commits":412,"total_committers":38,"mean_commits":"10.842105263157896","dds":0.3058252427184466,"last_synced_commit":"d7c57b19d3817662ff9b2e15efca63b9c6b2f475"},"previous_names":[],"tags_count":92,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ffirebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ffirebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ffirebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ffirebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/firebase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501554,"owners_count":22081528,"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":["android","crashlytics","firebase","firebase-auth","firebase-database","firebase-functions","firebase-inappmessaging","firebase-realtime-database","firebase-remote-config","firebase-sdk","firebase-storage","firestore","ios","nativescript","typescript"],"created_at":"2024-09-24T19:52:03.744Z","updated_at":"2025-05-16T09:03:21.766Z","avatar_url":"https://github.com/NativeScript.png","language":"TypeScript","readme":"- [@nativescript/firebase-admob](packages/firebase-admob/README.md)\n- [@nativescript/firebase-analytics](packages/firebase-analytics/README.md)\n- [@nativescript/firebase-app-check](packages/firebase-app-check/README.md)\n- [@nativescript/firebase-app-check-debug](packages/firebase-app-check-debug/README.md)\n- [@nativescript/firebase-auth](packages/firebase-auth/README.md)\n- [@nativescript/firebase-core](packages/firebase-core/README.md)\n- [@nativescript/firebase-crashlytics](packages/firebase-crashlytics/README.md)\n- [@nativescript/firebase-database](packages/firebase-database/README.md)\n- [@nativescript/firebase-dynamic-links](packages/firebase-dynamic-links/README.md)\n- [@nativescript/firebase-firestore](packages/firebase-firestore/README.md)\n- [@nativescript/firebase-functions](packages/firebase-functions/README.md)\n- [@nativescript/firebase-in-app-messaging](packages/firebase-in-app-messaging/README.md)\n- [@nativescript/firebase-installations](packages/firebase-installations/README.md)\n- [@nativescript/firebase-messaging](packages/firebase-messaging/README.md)\n- [@nativescript/firebase-messaging-core](packages/firebase-messaging-core/README.md)\n- [@nativescript/firebase-performance](packages/firebase-performance/README.md)\n- [@nativescript/firebase-remote-config](packages/firebase-remote-config/README.md)\n- [@nativescript/firebase-storage](packages/firebase-storage/README.md)\n- [@nativescript/firebase-ui](packages/firebase-ui/README.md)\n\n# How to use?\n\nThis workspace manages the suite of plugins listed above. \n\nIn general, when in doubt with what to do, just `npm start`.\n\n## How to add a new package to workspace?\n\n```\nnpm run add\n```\n\nAt the prompt, enter the name of the new package.\n\n- This adds a plugin harness in `packages` with the necessary boilerplate to just start developing\n- Updates all demo app flavors to support demoing the new package\n- Adds shared code in `tools/demo` where you can write demo code **once** and share across all demo flavors\n- Updates build tooling to support the new package\n- Updates the `npm start` interactive display\n- Updates the README here to list the new package\n\n## How to add Angular compatibility to a package\n\n```\nnpm run add-angular\n```\n\nAt the prompt, enter the name of the package to add an `angular` folder to it with the necessary boilerplate to provide Angular support to the package.\n\n## How to focus on just 1 package to develop in isolation\n\n```\nnpm start\n```\n\n- Choose the focus commands for the package you wish to focus on and hit enter.\n- All the demo app's will be updated to isolate that 1 package and for supported IDE's (currently VS Code), the source code will also become isolated in the workspace.\n\nNote: *good to always clean the demo you plan to run after focusing. (You can clean any demo from `npm start` as well)*\n\n## How to publish packages?\n\n```\nnpm run publish-packages\n```\n\n- You will be prompted for the package names to publish. Leaving blank and hitting enter will publish them all.\n- You will then be prompted for the version to use. Leaving blank will auto bump the patch version (it also handles prerelease types like alpha, beta, rc, etc. - It even auto tags the corresponding prelease type on npm).\n- You will then be given a brief sanity check 🧠😊\n\n\u003ch3 align=\"center\"\u003eMade with ❤️\u003c/h3\u003e\n","funding_links":["https://github.com/sponsors/NativeScript","https://opencollective.com/nativescript"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Ffirebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Ffirebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Ffirebase/lists"}