Anabelle Chang
Anabelle Chang
There's also this -- https://github.com/achorein/expo-share-intent-demo which is configured as an expo plugin! However, it doesn't currently support custom share intent view
I have the same issue - please assist!
Figured out the problem, when accessing the schema, it needs to be: ``` const oldSupabaseRestClient = createClient(OLD_PROJECT_URL, OLD_PROJECT_SERVICE_KEY, { schema: 'storage', }) ``` @supabase team, can you update the docs...
To add more context, we are running into an issue when there's a global log out, we're still seeing that the user is authenticated on the client (seems to be...
This is happening in a React Native app, so say I have 2 devices where a user is logged in. If a user does a global log out on device...
+1, please review https://github.com/expo/config-plugins/pull/229