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

Apr 28, 2025 - 03:46
 0
5th, I run into a few problems
  1. 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.
  2. 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.
  3. 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