Set up Realm for existing MongoDB database.

I already have a working C# Windows app that uses MongoDB. I now want to set up a new Android app that will use the existing database. The ‘get started’ tutorial deals with setting up a new cluster. Is there a tutorial or similar that shows how to use Realm with an existing cluster and database?