I'm developing the react-native app with using realm have a concern about the images and other documents data i need to store

I’m purchasing the server less cluster does realm allow its own hosting to store the file.

Hi @Team_CNA and welcome in the MongoDB Community! :muscle:

If your images and documents are small enough, you can store them in MongoDB using a binary field or base64 for example. But if you have a lot, I’d recommend a cold storage solution instead like AWS S3.

Cheers,
Maxime.