You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: 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. The reason for using this database is that the project was developed based on Firebase, and this database is integrated into Firebase.
Description: This collection is responsible for storing the state of errors and the status of notification emails.
Documents:
callback24: Document for Callback24 service.
facebook: Document for Facebook service.
gmail: Document for Gmail service.
Fields:
errorTime: Timestamp - Indicates the time of synchronization when the error occurred. This is the same value as in update_time/service_name/date. If there is no error, it is null.
isError: Boolean - Indicates whether an error occurred or not.
isSendEmail: Boolean - Indicates whether an email was sent or not.
Description: Stores successfully processed leads. Data from this collection is read only if an error occurred in the previous synchronization function call. This is done to prevent data duplication.
Documents:
callback24: Document for Callback24 service.
facebook: Document for Facebook service.
gmail: Document for Gmail service.
Sub-collection: leads
Description: Contains documents with the IDs of leads from the specific service.
Fields:
createdLeadId: String - ID obtained when creating the lead in Pipedrive. Can be null if there was an error during creation.
createdPersonId: Number - ID obtained when creating the person in Pipedrive. Can be null if there was an error during creation.
dateFrom: Timestamp - The date from which leads were read from the service.
serviceLeadId: String - ID of the lead obtained from the service.