Closed meladam20 closed 1 year ago
Hello @frank06 , can you help me please or someone else ?
I have little time to answer here. For these kind of requests please use Discussions.
I never tried FD on web but here are some ideas:
syncLocal
does? Are you sure that is not deleting your local models?configureRepositoryLocalStorage
, make sure the clear
argument is set to LocalStorageClearStrategy.never
(should be the default but you can try)Your use of onSuccess
looks strange... not sure what are you doing with a
, b
and c
. Simply await user.save
and continue below.
Hello, after user registration, i want to user data to allow this iser to automatically login when he come back on application but my code doesn't work. the data are save locally but when i reload application with "hot reload" or "shift+cmd+F5", all data are delete. Help me please.
Here is my code :