<RemoteConfigNumber>
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 number value.
Slots & Props
default
The default slot is rendered when data is found.
value: number
- The remote config number 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.