Skip to content
On this page

appCheck

Client-only

Make sure to wrap universal code in if (process.client) {}.

Initializes Firebase App Check and makes it available via $fire.appCheck and $fireModule.appCheck.

  • Type: Boolean or Object
  • Default: false
js
appCheck: {
  debugToken: false, // default
}