How to allow third-parties to query data from my Moralis database?

Hey guys,

I am wondering what would be the best way to go about allowing third-parties to query data from my database onto their front-end?

This idea is to offer others the functionality of my dapp, but from their website (kind of a BaaS). Since everything takes place on-chain, the only thing they would need access to is the data from my database, and I would like to know whatโ€™s the safest and most efficient way to go about this.

Thanks!

you could use cloud functions (or other custom endpoints) that make that intermediary requests to the database and the third parties will use the endpoints that you provide

1 Like