5th, I run into a few problems
while saving the appInfo, I forget to save the userId as well, so I need to modify table on Supabase,and relative logic in EXPO. at that time,I noticed that I run into problems when fetching user's info, although I updated the store after user logging in with google. but the I just get error when access it. finally I found the problem, I show save userinfo into localstorage as well as the token, everytime open the app, read them and write into store

- while saving the appInfo, I forget to save the userId as well, so I need to modify table on Supabase,and relative logic in EXPO.
- at that time,I noticed that I run into problems when fetching user's info, although I updated the store after user logging in with google. but the I just get error when access it.
- finally I found the problem, I show save userinfo into localstorage as well as the token, everytime open the app, read them and write into store