A# (My) Google Firestore API
API to get/create/edit/delete items from NO-SQL database. It is also a gateway to G Firestore API, as cloud db storage for the items
Create a GCP project, generate OAuth2.0 authentication, download credentials and copy them in root folder with the name "credentials.json"
Set GOOGLE_APPLICATION_CREDENTIALS environment value to the path of credentials.json
Navigate to https://localhost:3000/swagger/index.html
and explore the methods and models.
Install API in IIS Service and integrate with your interface