Cover Logo

Google Indexing API

Google Cloud Console Setup Go To Google Console If its you first Time it Will be Similar to This (As of June 2024). If Some Project is Slected then may be this. On Search Bar Search new Project Select Create a new Project (IAM and admin) On New screen Fill Some Detail you can give any name and Click Create In an Moment On Top Right Of Screen will show some thing like below Image Click On Select Project Again Type Service Account On Search Section Choose Service Account (IAM and admin) Then on Following Screen Click Create Service Account Fill The Details With Anything you like and Click Create and Continue The in following Section From Drop Down Choose Currently used owner and click continue Then After Click Done Generate Crediential On Following Screen it will show some thing Like this Copy mailing adress which will be like xxx@xxx.iam.gserviceaccount.com and keep some place it will be need later In action Click on 3 Vertical dot and then Manage Key On Following Screen Click on add Key then create new key A popup will appear select JSON and then Create Download of JSON File ...

June 24, 2024 · 4 min · 738 words · PrashantUnity
Download Logo

Firestore CRUD

Overview Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud Platform. It is a NoSQL document database that lets you easily store, sync, and query data for your applications at a global scale. In this guide, we’ll walk through how to implement a complete CRUD (Create, Read, Update, Delete) solution for Firestore in .NET with built-in schema validation and type conversion support. ...

November 15, 2025 · 17 min · 3471 words · PrashantUnity