UNPKG

voluptasmollitia

Version:
23 lines (14 loc) 731 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [ReactNativeAsyncStorage](./auth.reactnativeasyncstorage.md) ## ReactNativeAsyncStorage interface Interface for a supplied AsyncStorage. <b>Signature:</b> ```typescript export interface ReactNativeAsyncStorage ``` ## Methods | Method | Description | | --- | --- | | [getItem(key)](./auth.reactnativeasyncstorage.getitem.md) | Retrieve an item from storage. | | [removeItem(key)](./auth.reactnativeasyncstorage.removeitem.md) | Remove an item from storage. | | [setItem(key, value)](./auth.reactnativeasyncstorage.setitem.md) | Persist an item in storage. |