Improve Realm Documentation for Various SDK Integrations
With existing examples and documentation about Realm SDK integrations was a bit confusing.
Example: React Native SDK - hard to find best example for offline first mobile app with realm (sync)
if we can have GitHub repo example integrations with minimal features for each SDK implementation it would really helpful for the community to find what they're looking for.
Contribution: communicate can contribute by giving an example for each or multiple feature implementation examples.
-
Raymond commented
Totally agree, I for one, being hustling with this for weeks.
Initial Logging in needs internet that's fine, but re-starting the application should re-authenticate the last-user without even if the user is offline, at a moment the app require the user to be connected to 'auto login the last-user'! very frustrating.
This experience ruins the fun of working with Realm (Mongodb Realm, with sync and everything) and for us beginners it makes the learning more difficult, forces us to keep trying one database to another without making actual work done.I really like Mongodb Realm, I hope they'll do better
-
Chris commented
Hi,
Maybe our tutorial would help: https://docs.mongodb.com/realm/tutorial/react-native/
Check out some additional examples here: https://github.com/mongodb/realm-practice/tree/main/react-native
Thanks!