Series 1 : Setup Firebase in .Net

Firebase database connection is provide free database. Basically we can do CRUD operations like Insert, Update, Get and Delete.
Here I’ve divide the steps for installing and creating project on firebase console panel.
First step is open firebase, after then login into your account. Second step is click on console app that take you to on Dashboard, after then click on the create project and then add your project name.



Third step is to create the realtime database. After then choose the test mode and click the enable button. So, now your database is created and you can use this setup for crud opration.