The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/auth > ReactNativeAsyncStorage

ReactNativeAsyncStorage interface

Interface for a supplied AsyncStorage.

Signature:

export interface ReactNativeAsyncStorage 

Methods

Method Description
getItem(key) Retrieve an item from storage.
removeItem(key) Remove an item from storage.
setItem(key, value) Persist an item in storage.