We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b289636 commit d3e0838Copy full SHA for d3e0838
packages/remote-config/src/client/rest_client.ts
@@ -18,7 +18,7 @@
18
import {
19
CustomSignals,
20
FetchResponse,
21
- FirebaseRemoteConfigObject,
+ FirebaseRemoteConfigObject
22
} from '../public_types';
23
24
RemoteConfigFetchClient,
packages/remote-config/src/public_types.ts
@@ -18,8 +18,6 @@
import { FirebaseApp, FirebaseError } from '@firebase/app';
import { FirebaseExperimentDescription } from './client/rest_client';
-/**
-
/**
* The Firebase Remote Config service interface.
25
*
0 commit comments