Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
66 views

I want to ensure that users only need to log in the first time after downloading my mobile app, and save their user sessions so they don't need to re-authenticate every single time they open the app. ...
0 votes
0 answers
108 views

I am trying to implement a "Delete Account" feature in my Flutter application using Supabase Edge Functions. I am calling the function from the Flutter client SDK, but the Edge Function ...
0 votes
0 answers
51 views

After the app stays in the background for 6–8 hours or overnight, all Supabase requests fail with: AuthRetryableFetchException(message: HandshakeException: Connection terminated during handshake, ...
1 vote
1 answer
94 views

I am trying to get the userId from the current user session. It works when a user logged in, but after some hours if app inactive the function can't retrieve the userId from the session? My code - ...
0 votes
0 answers
66 views

Im currently working on my password reset flow and I use resetPasswordForEmail to send an email with a deeplink redirecting to my app's reset password page. My problem is that when a user closes the ...
1 vote
0 answers
112 views

I'm running a self-hosted Supabase instance on Coolify using Docker Compose. I'm trying to override the default GoTrue email templates with my own custom HTML files, but GoTrue consistently ignores ...
-1 votes
0 answers
92 views

i'm building a flutter login/signup app using supabase. but i'm encountring this exception when i'm uploading image to storage. Here is the part where i'm uploading and getting error File? ...
1 vote
0 answers
63 views

In my flutter app, the user has two options. auth with email and auth with google. if you choose email there is no problem but if you choose google you can pass auth part but when you close the app ...
0 votes
1 answer
153 views

I ́m developing an app using flutter, and I want to retrieve some user info based on the uuid of the authenticated user. I ́m using RLS like this right now: alter policy "Enable users to view their ...
0 votes
0 answers
212 views

I'm trying to add SMS OTP to my flutter app using custom provider I was reading about this article : https://medium.com/@lavisht22/optimizing-sms-authentication-costs-with-supabase-a-deep-dive-...
0 votes
1 answer
121 views

I'm having problems with my Flutter app and the Supabase email authentication sign up with Android. My Flutter code is String _getSignUpRedirect() { if (kIsWeb) { return 'https://eisgd.com'...
1 vote
1 answer
100 views

I'm using Supabase authentication in a Flutter app and trying to implement three logout options: Log out from this device only. Log out from all other devices except this one. Log out from all devices ...
0 votes
0 answers
102 views

Bug report Description Content-Type not acceptable: application/json; charset=utf-8, code: PGRST102, details: Bad Request, hint: null (supabase flutter, self hosted) Code: createMessage() async { try {...
2 votes
1 answer
203 views

I'm new to Flutter and currently building an app using Supabase for authentication. Everything works fine like user registration, sign-in, etc., but I'm facing an issue with sign-out. When I press the ...
0 votes
0 answers
50 views

For a new Flutter project, I want to use Supabase as the backend. Unfortunately, two questions have arisen. I'm using the SDK provided by Supabase for Flutter. Now, when I execute an insert, select, ...

15 30 50 per page
1
2 3 4 5 6

AltStyle によって変換されたページ (->オリジナル) /