{"id":25649637,"url":"https://github.com/firebaseextended/flutterfire_desktop","last_synced_at":"2026-01-11T04:49:22.262Z","repository":{"id":40243764,"uuid":"389903633","full_name":"FirebaseExtended/flutterfire_desktop","owner":"FirebaseExtended","description":"An early-stage, experimental pure-Dart implementation of Firebase SDKs.","archived":false,"fork":false,"pushed_at":"2024-12-09T02:11:01.000Z","size":1092,"stargazers_count":408,"open_issues_count":33,"forks_count":59,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-04-08T14:01:49.660Z","etag":null,"topics":["dart","firebase","flutter","hacktoberfest","linux","ubuntu","windows"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FirebaseExtended.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-27T08:21:34.000Z","updated_at":"2025-04-02T14:48:08.000Z","dependencies_parsed_at":"2023-12-10T21:06:27.727Z","dependency_job_id":"4fe6bf3d-a6b0-40d7-8bf3-ceea23105f77","html_url":"https://github.com/FirebaseExtended/flutterfire_desktop","commit_stats":null,"previous_names":["invertase/flutterfire_desktop"],"tags_count":61,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebaseExtended%2Fflutterfire_desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebaseExtended%2Fflutterfire_desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebaseExtended%2Fflutterfire_desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FirebaseExtended%2Fflutterfire_desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FirebaseExtended","download_url":"https://codeload.github.com/FirebaseExtended/flutterfire_desktop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247856541,"owners_count":21007620,"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":["dart","firebase","flutter","hacktoberfest","linux","ubuntu","windows"],"created_at":"2025-02-23T14:23:00.104Z","updated_at":"2026-01-11T04:49:22.256Z","avatar_url":"https://github.com/FirebaseExtended.png","language":"Dart","readme":"# Firebase's Dart SDK\n\n \u003ca href=\"https://invertase.link/discord\"\u003e\n   \u003cimg src=\"https://img.shields.io/discord/295953187817521152.svg?style=flat-square\u0026colorA=7289da\u0026label=Chat%20on%20Discord\" alt=\"Chat on Discord\"\u003e\n \u003c/a\u003e\n\n\nThe Dart SDK allows Flutter and Dart apps to consume Firebase services. \n\nIt is an __early-stage, experimental__ pure-Dart implementation of Firebase SDKs, without wrapping the existing Android, iOS, web, or C++ SDKs. The initial work is focused on supporting Firebase for Linux and Windows platforms.\n\n## Usage\n\nTo use this plugin, add the following dependencies to your app's `pubspec.yaml` file, along with the main plugin:\n\n```yaml\ndependencies:\n  firebase_auth: ^3.1.5\n  firebase_auth_desktop: ^0.1.1-dev.0\n  firebase_core: ^1.9.0\n  firebase_core_desktop: ^0.1.1-dev.0\n```\n\n## Firebase App Initialization\n\nUnlike the Firebase Flutter SDK, the Firebase initialization is done from Dart code, which means no additional config files are required.\n\n### DEFAULT app\nTo initialize the default app, provide only options without a name.\n ```dart\n await Firebase.initializeApp(\n   options: const FirebaseOptions(\n     apiKey: '...',\n     appId: '...',\n     messagingSenderId: '...',\n     projectId: '...',\n   )\n );\n ```\n### Secondary app\n ```dart\n await Firebase.initializeApp(\n   name: 'SecondaryApp',\n   options: const FirebaseOptions(\n     apiKey: '...',\n     appId: '...',\n     messagingSenderId: '...',\n     projectId: '...',\n   )\n );\n ```\n\n## Contributing\n\nThis is a community project, contributions to help it progress faster are welcome:\n1. Before starting, please read the [contribution guide of FlutterFire](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md).\n2. Refer to the [projects board](https://github.com/invertase/flutterfire_desktop/projects) to see the current progress \u0026 planned future work.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebaseextended%2Fflutterfire_desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirebaseextended%2Fflutterfire_desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirebaseextended%2Fflutterfire_desktop/lists"}