Can we use Realm with flutter?

Hi,

i didn’t saw something about flutter in their websites. Is there a way to use realm with flutter ?
And can we do authentication (anonymous, google, facebook), notifications and other stuff with realm ?

@Nabil_Ben We do not currently have a SDK with Flutter support. We are exploring a possible implementation but are currently blocked by features we need added to the Dart language before we can continue - we are tracking the issue here: https://github.com/realm/realm-object-server/issues/55

You can use MongoDB Realm for authentication and push notification services today

https://docs.mongodb.com/stitch/services/push-notifications/

1 Like

:+1:

Do i need realm if i’m using the Stitch GraphQL Api?
I hope i can work around with those doc’s links for auth and notifications.

@Nabil_Ben You can call the Stitch GraphQL API from whatever platform or language you choose - it’s designed to be agnostic. You do not have to use realm for persistence when using GraphQL

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.