Full Guide to MongoDB's Device Sync Service for a Data Synchronization - Android (Kotlin SDK)

Full Guide to MongoDB's Device Sync Service for a Data Synchronization - Android (Kotlin SDK)

Stevdza-San

1 год назад

10,901 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@criticalAY0
@criticalAY0 - 01.10.2023 13:20

Hey why dont you create a discord server, great content

Ответить
@AndrewDChristie
@AndrewDChristie - 16.07.2023 19:26

Thanks!

Ответить
@soulkeeper4756
@soulkeeper4756 - 20.05.2023 21:27

Hi, I ran into the problem java.lang.IllegalArgumentException: Only subclasses of RealmObject and EmbeddedRealmObject are allowed in the schema. despite the fact that the code is identical to yours, maybe you can tell me how to fix it?

Ответить
@charlesmwangi1582
@charlesmwangi1582 - 24.04.2023 13:06

Its simple makes generate a schema from a sample document in your collection,set up the rules for each collection (in apply when makes sure you use operators such as( "%%user.custom_data.userID":{"%exists":true}, in write specify what fields will be used to identify data to be synced e.g ("userID":"%%user.custom_data.userID") and ikon fiti. Your data will be synced

Ответить
@AndrewDChristie
@AndrewDChristie - 19.04.2023 20:46

Thanks!

Ответить
@AndrewDChristie
@AndrewDChristie - 19.04.2023 20:44

Thanks!

Ответить
@AndrewDChristie
@AndrewDChristie - 19.04.2023 20:38

Thanks!

Ответить
@waheedg1644
@waheedg1644 - 08.04.2023 11:18

Could you make a video on how to deal with(e.g upload etc) documents or pdf files to MongoDB

Ответить
@harshwavikar99
@harshwavikar99 - 31.03.2023 14:39

Please can you make this app using Xml. I followed creating the app using Xml, It was a success with local database, Thanks to you, I was able to learn realm and storing the data local database. Do consider my request also please reply .

Ответить
@ShubhamGupta-iw6hc
@ShubhamGupta-iw6hc - 27.03.2023 20:49

I have one issue, when I'm trying to save an object to the mongodb if I provide userId then it stores the data but if not then it gives sync error and also for retrieving the data only logged in user's data is fetched but I want to an object which can be accessed by any user

Ответить
@iradukundapatrick6414
@iradukundapatrick6414 - 24.03.2023 17:53

What could be the reason for this exception
kotlin.UninitializedPropertyAccessException: lateinit property filesDir has not been initialized
at io.realm.kotlin.internal.RealmInitializer$Companion.getFilesDir(RealmInitializer.kt:32)

It comes just after App.create("APP_ID")

Ответить
@yuhenteng4694
@yuhenteng4694 - 07.03.2023 06:26

I have tried realm. I must admit it is much easier to implement a local database. However, when I change some codes, run the program will crash. I have to clean the project to run again. I don’t know whether it is the problem of realm, since I have never faced such issue using room😂

Ответить
@ninjaballista5003
@ninjaballista5003 - 07.03.2023 06:14

How would you go about saving data locally before authentication, and synchronizing data after authentication?

Ответить
@raymondmichael4987
@raymondmichael4987 - 06.03.2023 19:50

Been thinking, how to use flexible sync with this app 😊

Ответить
@raymondmichael4987
@raymondmichael4987 - 06.03.2023 19:41

Man !! You deliver beyond expectations, for that I Saluti you.

Ответить
@nfaical3
@nfaical3 - 06.03.2023 18:58

Thanks a lot 🙂

Ответить
@SimpleBattleSimulator
@SimpleBattleSimulator - 06.03.2023 15:02

Дякую!

Ответить
@mikelantzelo
@mikelantzelo - 06.03.2023 13:56

Thank you!!!

Ответить