-
-
Notifications
You must be signed in to change notification settings - Fork 205
Does LDS is implemented in sdk? #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey Mousa
Strange is implemented. It comes in form on Sembast or Shared Preferences.
Shared preferences is how the ParseSdk on Android works. Sembast is a NoSQL
DB wrote for Flutter.
I'm not sure what LDS is, and in all honest, have not used this SDK in
anger to understand it's limitations.
…On Mon, Jun 17, 2019, 07:52 Mousa Najafi ***@***.***> wrote:
It's mentioned that local persistence is implemented, is it like LDS in
android and iOS original sdk?
The original LDS has a performance issue for a table with rows say more
than 500 rows
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#197>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXVGFQG2QHCMZGM253TP24YCRANCNFSM4HYTVQCA>
.
|
I couldn't find in docs how to use local data storage. in android and iOS sdk there is a query.fromLocalDatastore and query.fromNetwork to choose a local and network query also there is a parseObject.pinInBackground for local storage and we should enable local data store in parse initialisation. How is the local query and save in flutter sdk |
This lib does not yet have these features. |
Hey Mousa
We do have a similar feature called CoreStote. Either choosing
CoreStoreSembast or CoreStorePrefs.
You can pin objects as local storage too.
…On Mon, Jun 17, 2019, 15:55 Mousa Najafi ***@***.***> wrote:
I couldn't find in docs how to use local data storage. in android and iOS
sdk there is a query.fromLocalDatastore and query.fromNetwork to choose a
local and network query also there is a parseObject.pinInBackground for
local storage also we should enable local data store in parse
initialisation. How is in flutter sdk
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#197>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXRC7TONQANQ32E3F73P26QWPANCNFSM4HYTVQCA>
.
|
please update the Docs how to use CoreStoreSembast or pin and query objects locally. |
There is a small section on saving objects using pin. If it's not clear,
please add any suggestions. There's also mention of secure storage but that
hasn't got a lot of information yet as it's not quite released.
…On Tue, Jun 18, 2019, 07:34 Mousa Najafi ***@***.***> wrote:
please update the Docs how to use CoreStoreSembast or pin and query
objects locally.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#197>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB4CPXQYPJBOT26CLSNBLJDP3B6YNANCNFSM4HYTVQCA>
.
|
There's not been much movement on this recently. Are we safe to close? |
I am now closing this. Feel free to reopen if there is still a problem. |
It's mentioned that local persistence is implemented, is it like LDS in android and iOS original sdk?
The original LDS has a performance issue for a table with rows say more than 500 rows
The text was updated successfully, but these errors were encountered: