UNPKG

quodolores

Version:

Monorepo for the Firebase JavaScript SDK

14 lines (8 loc) 603 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [RemoteConfig](./remote-config.remoteconfig.md) &gt; [fetchTimeMillis](./remote-config.remoteconfig.fetchtimemillis.md) ## RemoteConfig.fetchTimeMillis property The Unix timestamp in milliseconds of the last <i>successful</i> fetch, or negative one if the [RemoteConfig](./remote-config.remoteconfig.md) instance either hasn't fetched or initialization is incomplete. <b>Signature:</b> ```typescript fetchTimeMillis: number; ```