Documentation
    Preparing search index...
    type FcmSubscription = {
        deviceId: string;
        token: string;
        type: "fcm-push";
    }
    Index

    Properties

    Properties

    deviceId: string
    token: string
    type: "fcm-push"