In this post, I will explain how to download and install various NuGet package set up for the first time so you can start using them immediately.
- First of all you must specify the nuget package you want to install, (FirebaseAdmin)
- Create folder for nuget packages you want to install(C:\\MyNugetPackages)
- Go to url (https://www.nuget.org/packages/FirebaseAdmin/2.0.0)
- Click on the “download package” button in right side. It will provide a .nupkg file to download.
- Save it to your hard disk. (C:\\MyNugetPackages)
- Open your project in Visual Studio.
- Open Solution Explorer, Select & right click on your Project, then Choose “Manage NuGet Packages…” from context menu, It will open NuGet Package Manger window.
- Click on Setting button (wheel icon) in right side.
- Click plus button in open window and create package resource (My Nuget Source).
- Press source path (…) than select C:\\MyNugetPackages folder and press Ok.
- Select Your Package Source (My Nuget Source) right side in Installed tab
- Find and install FirebaseAdmin in opened list.