Realm Realm is a mobile database solution used for building offline-first applications. Mobile developers use it as an alternative to SQLite for storing and managing data directly on devices. It's known for being fast, easy to use, and offering cross-platform support. Official docs: https://www.mongodb.com/docs/realm/ Realm Overview - Realm - Realm Object - Properties - User When to use which actions: Use action names and parameters as needed. Working with Realm This skill uses the Membrane CLI to interact with Realm. Membrane handles authentication and credentials refresh automatically — so…