-
-
Notifications
You must be signed in to change notification settings - Fork 310
Facebook native integration error #1287
Copy link
Copy link
Labels
blockedThis issue is blocked by another issueThis issue is blocked by another issuebugSomething isn't workingSomething isn't working
Description
Activity
Metadata
Metadata
Assignees
Labels
blockedThis issue is blocked by another issueThis issue is blocked by another issuebugSomething isn't workingSomething isn't working
Describe the bug
https://supabase.com/docs/reference/dart/auth-signinwithidtoken
In case of facebook native login getting below error: Even after using the latest package of
supabase_flutter: ^2.10.3
AuthApiException(message: Bad ID token, statusCode: 400, code: null)
Others reported the same issue here - #1259
UPDATE:
I tried with latest version 2.12.0 as well. Still the same error.