realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Anonymous to JWT user #419

Closed Perjan closed 5 years ago

Perjan commented 5 years ago

We have this use case, where you start the app as an anonymous user and later you can log in. What is the best way to access all the data that you had as an anonymous user? Wa cannot find any solution...

Goals

Expected Results

Actual Results

Steps to Reproduce

Code Sample

Version of Realm and Tooling

Logs

systemctl status realm-object-server.service
Paste output here
sudo journalctl -u realm-object-server.service
Paste output here
cat /var/log/realm-object-server.log
Paste output here
bmunkholm commented 5 years ago

Hi @Perjan - sorry for the late response. This repo is however only intended for bug reports. However, it's understandable that you haven't found anything documented as we don't currently have a good way to handle this automatically. It's a use-case we would like to support more automatically, but until we do, your best bet is to handle this manually. Either sharing the Realm or copying it over manually to the new user.