You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem, registering a user with an email password and a custom token, except that this changed 1 month ago, no one can register on my application anymore, but on the web side it works. However, the authToken Web and the authToken Flutter are the same returned by the API and it works on the website and on the app I have an error that does not go away even if I have updated my packages.
The api uses the json file for the web and the app so normally if it works on the web side it should work on the app side
However, the Firebase keys work correctly, the json files are in the root, I have an internal error, MISSING IDENTIFIER however the token returned by my api works for the NEXT JS version which has the same token as that of the app except that via the application and the flutter firebase_auth package this no longer works.
I/flutter (24065): Error during authentication: [firebase_auth/unknown] An internal error has occurred. [MISSING_IDENTIFIER]
The user is created correctly on firebase auth and on my app except that there is an auth error for my users, and when connecting with this same token then the user cannot access the application this creates an Nullity error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a problem, registering a user with an email password and a custom token, except that this changed 1 month ago, no one can register on my application anymore, but on the web side it works. However, the authToken Web and the authToken Flutter are the same returned by the API and it works on the website and on the app I have an error that does not go away even if I have updated my packages.
The api uses the json file for the web and the app so normally if it works on the web side it should work on the app side
However, the Firebase keys work correctly, the json files are in the root, I have an internal error, MISSING IDENTIFIER however the token returned by my api works for the NEXT JS version which has the same token as that of the app except that via the application and the flutter firebase_auth package this no longer works.
I/flutter (24065): Error during authentication: [firebase_auth/unknown] An internal error has occurred. [MISSING_IDENTIFIER]
The user is created correctly on firebase auth and on my app except that there is an auth error for my users, and when connecting with this same token then the user cannot access the application this creates an Nullity error
I/flutter (24065): REPONSE DE LAPI
I/flutter (24065): {authToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjE3MTYwMjg4NDYzMjAsImlkIjoiNjY0ODg1YWMxOGExYzFkZDZlMjlkNjEyIiwicm9sZSI6ImN1c3RvbWVyIiwiaWF0IjoxNzE2MDI4ODQ2LCJleHAiOjE3MTYxMTUyNDZ9.trz6RkvQkkVmHhQYXFRY-tYZPoUZxDuQ4Cv8hls03Mk, accessToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjE3MTYwMjg4NDYzMjAsImlkIjoiNjY0ODg1YWMxOGExYzFkZDZlMjlkNjEyIiwicm9sZSI6ImN1c3RvbWVyIiwiaWF0IjoxNzE2MDI4ODQ2LCJleHAiOjE3MTY2MzM2NDZ9.46Yl3PDnQ3UFwDLHLFxXLTPXA4jO-mqcX0nzegYe2DY, firbaseUser: {uid: 664885ac18a1c1dd6e29d612, email: [email protected], emailVerified: false, displayName: meihdi mettag, disabled: false, metadata: {lastSignInTime: null, creationTime: Sat, 18 May 2024 10:40:45 GMT, lastRefreshTime: null}, tokensValidAfterTime: Sat, 18 May 2024 10:40:45 GMT, providerData: [{uid: [email protected], displayName: meihdi mettag, email: [email protected], providerId: password}]}, user: {$__: {activePaths: {paths: {email: require, lastName: require, firstName: require}, states: {require: {email: tr.......
It always worked though
Beta Was this translation helpful? Give feedback.
All reactions