We are using Firestore as a primary DB for a web application. We are trying to integrate Salesforce.And the goal is make salesforce and Firestore in sync.
We are thinking of using salesforce APIs to send data from Firestore to salesforce. similarly, building REST API's to update data changes from salesforce to Firestore. But it might affect the application's performance. Is there any way to make salesforce and Firestore to be in sync?