React Native Firebase
    Preparing search index...

    Type of Persistence.

    • 'SESSION' is used for temporary persistence such as sessionStorage.
    • 'LOCAL' is used for long term persistence such as localStorage or IndexedDB.
    • 'NONE' is used for in-memory, or no persistence.
    type Persistence = {
        type: "SESSION" | "LOCAL" | "NONE";
    }
    Index

    Properties

    Properties

    type: "SESSION" | "LOCAL" | "NONE"