I'm not sure. the two devices should have to share the same token based on this;
Token This field contains the authentication token used to login to the backed Redis server. For the “DEFAULT” server, do not edit this value, the system will fill it in for you. A system administrator may also provide a special value to you which can be used to share data between multiple projects from multiple people. If using your own Redis server, set a password in the server’s config and enter it here.
I've never tried what you suggest with the default CloudDB. Have you an example aia to share that exhibits this behaviour when loaded on two devices without having the 'special value for Token?
I believe that laoding the identical apk with same email account will be possible only when the app is live on stores, otherwise,
According to my trial scanning the QR for apk with same email will still be like two different accounts
Am I right?
When you say "saving the list to clouddb on one device I checked the app on other device with the same account, then I am retreving a empty list, may be this is not saving the tags in clouddb,"
What you describe is an example of 'sharing' the database to work on two devices. I am not taling about sharing with everyone but only sharing using the identical apk on several of your devices. To do that, I believe you need to follow the guidance in the chat example. @TIMAI2 suggests you may not need to do that. He might be right.
I don't think so. but I do not understand what you mean using the same email. What you tried doesn't work the way you want your app to work; so perhaps that is your answer.
Just tested, by compiling my example blocks to an app, installed on two devices. Stored data with one device, then was able to call back the same data with the other device.
If the OP does not want to do this, then use tinydb to store the data on the device, then consider what data should be shared with other users?
If two devices or clients from two different countries install this app from play store, will they retrieve the same data or they will have two different servers?
Does cloudb pass the same data with only installing the identical apk?
My question is by installing the live app from Playstore, will there be same data fetched by two different devices,
As my users will be saving sensetive financial data, but if the Phone is been changed or damaged then my users shall be able to fetch the data again.