0

Is it possible, to view the app check token used by my flutter web app?

When I check the inspect page of chrome, there is no X-Firebase-AppCheck header.

I thought there was supposed to be one, or am I looking at the wrong place?

Julian
  • 443
  • 2
  • 5

1 Answers1

-1

You can find it in Developer Tools -> Network You will need to pick one of the requests that needs that token (for example a call to firestore) Once you pick one look in the Headers of the request

Liat
  • 91
  • 4