86 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
66
views
Authentication persistence issues when upgrading Supabase Flutter from v1 to v2
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
Supabase Edge Function returns "No user found for JWT" when deleting user from Flutter
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
AuthRetryableFetchException + HandshakeException after app resumes from long background (Flutter, supabase_flutter ^2.10.3)
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
Supabase session expired after some hours can't retrive user id from Flutter app
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
Supabase Flutter: user is still logged in when on password recovery flow and closes the app
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
Supabase GoTrue Ignores Custom Email Templates on Docker / Coolify
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
StorageException - row-level security policy Supabase
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
Flutter Supabase Google Authentication Session is not saving
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
Not being able to query my table using Supabase´s auth.uid as a foreign key
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
Build SMS Auth with Custom Provider in Supabase
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
Flutter Supabase authentication login signup - email showing wrong redirect address
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
Flutter Supabase: SignOutScope.others and SignOutScope.global not logging out other devices
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
Problem with supabase_flutter when creating row in self hosted supabase instance
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
Not able to sign out in Flutter Supabase app
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
Open question in the Supabase pricing system?
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, ...