-
Notifications
You must be signed in to change notification settings - Fork 83
[FSSDK-9621] add persistentCacheProvider option for instantiation #914
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
Conversation
@anton-patrushev Was this what you had in mind for your posted issue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I think it's worthwhile to spin up an Expo project and include this branch's dist for manual testing and pass in our own store.
Do we need to support both? If |
@muzahidul-opti this PR allows the user to provide their own peristentCache, so that they can use anything they like. By default we are still using async-storage. |
Good qustion @muzahidul-opti . Thanks for asking it. |
Summary
Test plan
Issues