React Native Firebase
    Preparing search index...

    Interface LiveServerGoingAwayNoticeBeta

    Notification that the server will not be able to service the client soon.

    interface LiveServerGoingAwayNotice {
        timeLeft: number;
        type: "goingAwayNotice";
    }
    Index

    Properties

    Properties

    timeLeft: number

    The remaining time (in seconds) before the connection will be terminated.

    type: "goingAwayNotice"