voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
25 lines (14 loc) • 589 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth](./auth.md) > [ReactNativeAsyncStorage](./auth.reactnativeasyncstorage.md) > [removeItem](./auth.reactnativeasyncstorage.removeitem.md)
## ReactNativeAsyncStorage.removeItem() method
Remove an item from storage.
<b>Signature:</b>
```typescript
removeItem(key: string): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| key | string | storage key. |
<b>Returns:</b>
Promise<void>