@ephilo
Nothing here yet.
Nothing here yet.
No blogs yet.
This article was a shining gem in a lake of information. I didn't have a proper guide to help me integrate expo with supabase and get a google login, but this article made it easy. Thank you so much. However, when I logged in with google, I get the following warning statement, did you ever have this problem? // Warning Provided value to SecureStore is larger than 2048 bytes. An attempt to store such a value will throw an error in SDK 35. I used below code. // Code SecureStore.setItemAsync( "google-access-token", JSON.stringify(data.provider_token) ); Actually, I don't think this code is affecting anything, but in the supabase function I create with createClient, I'm assigning an ExpoSecureStorageAdapter to auth.storage, and I'm wondering if I'm settingItem to all the data that is automatically handed over by google.