MCPcopy Create free account
hub / github.com/NativeScript/firebase / activate

Method activate

packages/firebase-remote-config/common.ts:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 readonly lastFetchStatus: 'success' | 'failure' | 'no_fetch_yet' | 'throttled';
20 settings: IConfigSettings;
21 activate(): Promise<boolean>;
22 ensureInitialized(): Promise<void>;
23 fetch(expirationDurationSeconds?: undefined | number): Promise<void>;
24 fetchAndActivate(): Promise<boolean>;

Callers 2

activateMethod · 0.65
activateMethod · 0.65

Implementers 3

RemoteConfigpackages/firebase-remote-config/index.
RemoteConfigpackages/firebase-remote-config/index.
RemoteConfigpackages/firebase-remote-config/index.

Calls

no outgoing calls

Tested by

no test coverage detected