{"id":22194096,"url":"https://github.com/Aguafrommars/Identity.Firebase","last_synced_at":"2025-07-26T23:32:03.443Z","repository":{"id":37879065,"uuid":"120769520","full_name":"Aguafrommars/Identity.Firebase","owner":"Aguafrommars","description":"ASP.NET Identity Firebase Provider","archived":false,"fork":false,"pushed_at":"2024-04-28T19:22:26.000Z","size":34166,"stargazers_count":40,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-02T06:00:41.213Z","etag":null,"topics":["asp-net-core","firebase","identity"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Aguafrommars.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"aguacongas","liberapay":"aguacongas","issuehunt":"aguacongas"}},"created_at":"2018-02-08T14:09:36.000Z","updated_at":"2024-05-04T03:23:40.113Z","dependencies_parsed_at":"2024-05-04T03:33:40.930Z","dependency_job_id":null,"html_url":"https://github.com/Aguafrommars/Identity.Firebase","commit_stats":null,"previous_names":["aguacongas/identity.firebase"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FIdentity.Firebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FIdentity.Firebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FIdentity.Firebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aguafrommars%2FIdentity.Firebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aguafrommars","download_url":"https://codeload.github.com/Aguafrommars/Identity.Firebase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227564775,"owners_count":17787070,"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":["asp-net-core","firebase","identity"],"created_at":"2024-12-02T13:11:03.754Z","updated_at":"2024-12-02T13:11:05.692Z","avatar_url":"https://github.com/Aguafrommars.png","language":"C#","funding_links":["https://github.com/sponsors/aguacongas","https://liberapay.com/aguacongas","https://issuehunt.io/r/aguacongas"],"categories":[],"sub_categories":[],"readme":"# Identity.Firebase\n[ASP.NET Identity](https://github.com/aspnet/AspNetCore/tree/master/src/Identity) Firebase Providers\n\n[![Build status](https://ci.appveyor.com/api/projects/status/h3n8dna94b156o58/branch/develop?svg=true)](https://ci.appveyor.com/project/aguacongas/identity-firebase) \n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=aguacongas_Identity.Firebase\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=aguacongas_Identity.Firebase)\n\nNuget packages\n--------------\n|Aguacongas.Firebase|Aguacongas.Identity.Firebase|Aguacongas.Identity.Firestore|\n|:------:|:------:|:------:|\n[![][Aguacongas.Firebase-badge]][Aguacongas.Firebase-nuget]|[![][Aguacongas.Identity.Firebase-badge]][Aguacongas.Identity.Firebase-nuget]|[![][Aguacongas.Identity.Firestore-badge]][Aguacongas.Identity.Firestore-nuget]|\n[![][Aguacongas.Firebase-downloadbadge]][Aguacongas.Firebase-nuget]|[![][Aguacongas.Identity.Firebase-downloadbadge]][Aguacongas.Identity.Firebase-nuget]|[![][Aguacongas.Identity.Firestore-downloadbadge]][Aguacongas.Identity.Firestore-nuget]|\n\n\n[Aguacongas.Firebase-badge]: https://img.shields.io/nuget/v/Aguacongas.Firebase.svg\n[Aguacongas.Firebase-downloadbadge]: https://img.shields.io/nuget/dt/Aguacongas.Firebase.svg\n[Aguacongas.Firebase-nuget]: https://www.nuget.org/packages/Aguacongas.Firebase/\n\n[Aguacongas.Identity.Firebase-badge]: https://img.shields.io/nuget/v/Aguacongas.Identity.Firebase.svg\n[Aguacongas.Identity.Firebase-downloadbadge]: https://img.shields.io/nuget/dt/Aguacongas.Identity.Firebase.svg\n[Aguacongas.Identity.Firebase-nuget]: https://www.nuget.org/packages/Aguacongas.Identity.Firebase/\n\n[Aguacongas.Identity.Firestore-badge]: https://img.shields.io/nuget/v/Aguacongas.Identity.Firestore.svg\n[Aguacongas.Identity.Firestore-downloadbadge]: https://img.shields.io/nuget/dt/Aguacongas.Identity.Firestore.svg\n[Aguacongas.Identity.Firestore-nuget]: https://www.nuget.org/packages/Aguacongas.Identity.Firestore/\n\n## Setup\n\nRead [Authentication](https://github.com/aguacongas/Identity.Firebase/wiki/Authentication) wiki page to setup stores.\n\n## Samples\n\nSamples are copies of [IdentitySample.Mvc](https://github.com/aspnet/Identity/tree/dev/samples/IdentitySample.Mvc) sample using a firebase database (Realtime or Firestore).  \n\n## Tests\n\nThoses libraries are tested using [Microsoft.AspNetCore.Identity.Specification.Tests](https://www.nuget.org/packages/Microsoft.AspNetCore.Identity.Specification.Tests/), the shared test suite for Asp.Net Identity Core store implementations.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAguafrommars%2FIdentity.Firebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAguafrommars%2FIdentity.Firebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAguafrommars%2FIdentity.Firebase/lists"}