{"id":22615876,"url":"https://github.com/orleanscontrib/orleans.providers.firebase","last_synced_at":"2025-07-26T10:15:16.280Z","repository":{"id":75070331,"uuid":"82405037","full_name":"OrleansContrib/Orleans.Providers.Firebase","owner":"OrleansContrib","description":"Orleans providers for Firebase realtime database.","archived":false,"fork":false,"pushed_at":"2017-04-28T13:23:53.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-11T12:45:06.440Z","etag":null,"topics":["firebase","orleans","orleans-storage-provider"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OrleansContrib.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,"zenodo":null}},"created_at":"2017-02-18T17:50:39.000Z","updated_at":"2018-06-06T11:31:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"74cddf66-ae44-4f5d-9aca-309d53a01342","html_url":"https://github.com/OrleansContrib/Orleans.Providers.Firebase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OrleansContrib/Orleans.Providers.Firebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrleansContrib%2FOrleans.Providers.Firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrleansContrib%2FOrleans.Providers.Firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrleansContrib%2FOrleans.Providers.Firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrleansContrib%2FOrleans.Providers.Firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OrleansContrib","download_url":"https://codeload.github.com/OrleansContrib/Orleans.Providers.Firebase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OrleansContrib%2FOrleans.Providers.Firebase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267149771,"owners_count":24043461,"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-07-26T02:00:08.937Z","response_time":62,"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":["firebase","orleans","orleans-storage-provider"],"created_at":"2024-12-08T19:09:54.327Z","updated_at":"2025-07-26T10:15:16.274Z","avatar_url":"https://github.com/OrleansContrib.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orleans.Providers.Firebase\nAn implementation of the Orleans storage and membership provider models for Firebase realtime database.\n\u003e This provider library is in early development and is not recommended for production usage.\n\n## Usage\n### Host Configuration\n\n```ps\nManually reference the Orleans.Providers.Firebase project (NuGet package not yet available).\n```\nUpdate OrleansConfiguration.xml in the Host application to add the following (example configuration)...\n```xml\n\u003cOrleansConfiguration xmlns=\"urn:orleans\"\u003e\n  \u003cGlobals\u003e\n    \u003cStorageProviders\u003e\n      \u003cProvider Type=\"Orleans.Providers.Firebase.Storage.FirebaseStorageProvider\" Name=\"Default\" BasePath=\"https://{yourfirebasedatabase}.firebaseio.com\" Key=\"{YourFirebaseKeyInBase64}\"/\u003e\n    \u003c/StorageProviders\u003e\n    ...\n    \u003cSystemStore SystemStoreType=\"Custom\" DataConnectionString=\"https://{yourfirebasedatabase}.firebaseio.com|{YourFirebaseKeyInBase64}\" MembershipTableAssembly=\"Orleans.Providers.Firebase\" ReminderServiceType=\"ReminderTableGrain\" ReminderTableAssembly=\"Orleans.Providers.Firebase\"/\u003e\n  \u003c/Globals\u003e\n\u003c/OrleansConfiguration\u003e\n```\nThe Key above can be created by Base64 encoding a .json Google service account key. Powershell example:\n```xml\npowershell \"[convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes((Get-Content -Path MyFirebaseServiceKey.json)))\"\n```\n\n### Examples\nSee the *Orleans.Providers.Firebase.Tests.Host* project for example usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forleanscontrib%2Forleans.providers.firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forleanscontrib%2Forleans.providers.firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forleanscontrib%2Forleans.providers.firebase/lists"}