Info
Version: | 1.1.4 |
Author(s): | Emil Alipiev |
Last Update: | Wednesday, August 2, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EmilAlipiev/firebase-authentication-dotnet |
NuGet Url: | https://www.nuget.org/packages/FirebaseAuthNet |
Install
Install-Package FirebaseAuthNet
dotnet add package FirebaseAuthNet
paket add FirebaseAuthNet
FirebaseAuthNet Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.1)
Tags
It can generate Firebase auth token based on given OAuth token (issued by Google, Facebook...). This Firebase token can then be used with REST queries against Firebase endpoints.