rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

Error occur when trying to persist firebase user object (cyclic object) #1306

Open dmcshehan opened 3 years ago

dmcshehan commented 3 years ago

I'm trying to persist the user object when we get from firebase authentication. But the following error occurs.

persist-error

I have tried using the JSOG and flatted transformers, but when I do that, the following error occurs.

cross-origin-error

What can I do to fix this error? Thanks