Synching of history, bookmarks and passwords between computers.One of the most important features of popular browsers is the ability to synchronize user data between desktop and mobile devices.
Launching the browser on another device, users want their passwords, bookmarks and other data to be synchronized and they don't have to re-enter them.
There are 2 ways to achieve this:
- Rent a google cloud server, the available browser code already contains everything necessary to work with google servers
You only need to buy an access key in google cloud and connect it to your browser. Instructions
https://www.chromium.org/developers/how-tos/api-keys/- Install your own server for data synchronization. The synchronization protocol is quite complex and it will take considerable time to figure it out.
We have already spent this time and studied the protocol. We have ready solutions and patches for deploying separate servers for data synchronization on customer's infrastructure. All data will be encrypted with strong keys and stored on your own servers. This will protect your users from leaks and the sale of their data, which will increase trust in your product