realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.61k stars 558 forks source link

Cordova / PhoneGap / Ionic Support #261

Open timanglade opened 8 years ago

clariontools commented 5 years ago

+1 for Ionic/Cordova

faytekin commented 4 years ago

+1 for Cordova Plugin

taxilian commented 4 years ago

Hi; I have need of realm in either Cordova or Capacitor and would potentially be interested in taking responsibility for the maintenance and/or sponsoring some additional help with it; however, after spending about 6 hours digging through code to understand how things are set up I can see a number of different approaches which could be taken to try to make it work and I don't want to waste a lot of time implementing something that is counter to the goals of the rest of the project.

Is there an IRC, Slack, Discord, etc room where I could discuss with other developers to get some questions answered and make sure I'm on the same page with others?

kneth commented 4 years ago

@taxilian It is a very generous offer, thank you. I can fully understand if digging through the source code hasn't help you much.

We don't have a public chat forum but we can probably set up Slack channel if needed.

taxilian commented 4 years ago

That would be great. I am on the realm-public slack group and I will be working on it today. I’m starting to understand the JavaScript abstraction finally but there are definitely some areas that are a pain to track down.

Richard

Sent from my phone

On Feb 17, 2020, at 05:02, Kenneth Geisshirt notifications@github.com wrote:

 @taxilian It is a very generous offer, thank you. I can fully understand if digging through the source code hasn't help you much.

We don't have a public chat forum but we can probably set up Slack channel if needed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

SergioSuarezDev commented 3 years ago

How is going with Realm plugin for Ionic? :D

muriloferes commented 3 years ago

Realm for Ionic! Please!

ryu-man commented 1 year ago

Is there any Idea how to use realm with ionic?

saravanakumargn commented 1 year ago

We should use realm-web? https://www.mongodb.com/docs/realm/web/quickstart/

taxilian commented 1 year ago

realm-web requires an atlas web services backend. it's not helpful for someone who just wants a standalone database without a subscription service.

On Tue, Jan 10, 2023 at 11:52 PM Saravanakumar @.***> wrote:

We should use realm-web? https://www.mongodb.com/docs/realm/web/quickstart/

— Reply to this email directly, view it on GitHub https://github.com/realm/realm-js/issues/261#issuecomment-1378310404, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABWYTSB5PJMES6C2GHEAYLWRZKDFANCNFSM4B3WPNTA . You are receiving this because you were mentioned.Message ID: @.***>

takameyer commented 1 year ago

It might be possible to create a capacitor plugin that uses the realm-swift and realm-kotlin sdks. We don't have this on our radar at the moment, but it would be cool if someone in the community gave it a try.
Other than that, we are looking into a wasm based version of realm-web which would run a local database in a browser. I can't say if or when this will be completed.