-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[firebase_app_check]: Activate AppCheck in a Flutter Web App Crash Authentication #13518
Comments
I'm unable to reproduce this issue. Kindly provide a sample minimal code reproducing this issue. Additionally, it would be helpful if you could outline clear steps to reproduce the issue. |
Adding this code to the main.dart
Then deployed to Firebase hosting |
Hi @famartinez80 , have you enabled App Check in your Firebase console? |
Also: on refresh you will still be logged in |
Is there an existing issue for this?
Which plugins are affected?
App Check, Auth
Which platforms are affected?
Web
Description
On https://firebase.google.com/docs/app-check/flutter/default-providers, explain how to activate AppCheck for a Flutter web app but once I add this code the web app start to crash in the firebase host, It does not matter if I add or remove the web provider the result is the same.
Reproducing the issue
Firebase Core version
3.6.0
Flutter Version
3.24.3
Relevant Log Output
client.ts:69 POST https://content-firebaseappcheck.googleapis.com/v1/projects/manifest-de57a/…3daab240d30:exchangeDebugToken?key=xxxxxxxxxxxxx 403 (Forbidden) Uncaught Error: [firebase_auth/network-request-failed] A network AuthError (such as timeout, interrupted connection or unreachable host) has occurred.
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
No response
The text was updated successfully, but these errors were encountered: