Info
Version: | 1.3.1 |
Author(s): | Shoaib Shakeel |
Last Update: | Friday, September 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/shoaibshakeel381/FirebaseCoreSDK |
NuGet Url: | https://www.nuget.org/packages/FirebaseCoreSDK |
Install
Install-Package FirebaseCoreSDK
dotnet add package FirebaseCoreSDK
paket add FirebaseCoreSDK
FirebaseCoreSDK Download (Unzip the "nupkg" after downloading)
Dependencies
- BouncyCastle.NetCore(>= 1.8.3)
- Newtonsoft.Json(>= 12.0.1)
- UrlCombine(>= 2.0.0)
- jose-jwt(>= 2.4.0)
Tags
- Firebase Realtime Database (Basic Crud, no Offline or Streaming support)
- Firebase Storage
- Authentication (Generate Custom Token for users, no user management)
- Logging (You can provide logger in FirebaseSDKConfiguration)
- Support for plugging custom HttpClient for supprting mocks, IHttpClientFactory, Polly etc, see github repo.