Back to Firebase Js Sdk

CustomSignals interface

docs-devsite/remote-config.customsignals.md

12.12.1634 B
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

CustomSignals interface

Defines the type for representing custom signals and their values.

<p>The values in CustomSignals must be one of the following types: <ul> <li><code>string</code> <li><code>number</code> <li><code>null</code> </ul>

<b>Signature:</b>

typescript
export interface CustomSignals