Replies: 1 comment
-
Looks like an issue they are aware of and working on: #8019 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am likely missing something here, but couldn't find an answer online. I've been following the instructions to add AppCheck to my Flutter Web app. It's working fine on first load, but the moment I hit hot reload or hot restart (using Vs Code) I get the following error:
Error: [app-check/already-activated] AppCheck: You are trying to activate AppCheck for FirebaseApp [DEFAULT], while it is already activated. AppCheck can only be activated once. .
Here's my initialization code:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions