🔥 Firebase Svelte v2

<RemoteConfigBoolean>

Props

  • remoteConfig?: RemoteConfig - The remote config instance, optional if you put the <FirebaseApp> component at the root of your app, or higher than where you're using this component.
  • key: string - The key of the remote config boolean value.

Slots & Props

default

The default slot is rendered when data is found.

  • value: boolean - The remote config boolean value.

loading

The loading slot. This is rendered while the data is fetching.

fallback

The fallback slot. This is rendered when the data is not found.