Hey
A vast majority of connection is possbile with custom and integrated API. But what about the other way around?
Is it possible to like expose my application in a way that 3rd party apps could connect to my app?
Yes, this require to generate a public and private key for authentication and configure my db in a way that it could be reached through APIs
Thanks