gayanSandamal / choner-mobile

0 stars 0 forks source link

Unhandled promise rejection error after sign-in #6

Closed gayanSandamal closed 2 months ago

gayanSandamal commented 2 months ago

De-prioritising this as we can address this later

Steps to reproduce

Image

Image

nisalV commented 2 months ago

This is because SecureStore only accept a string as its values. This should also be 2048 byte. Thats why I select only the user from userCredential #8

gayanSandamal commented 2 months ago

This is because SecureStore only accept a string as its values. This should also be 2048 byte. Thats why I select only the user from userCredential #8

Thanks for the clarifications @nisalV I will link this with the PR you created

Fixes https://github.com/gayanSandamal/choner-mobile/pull/8