• Uploads a file as string to the firebase storage bucket.

    Parameters

    • uploadID: string
    • file: string

      The entire file as string.

    • onlinePath: string

      The path under which the file will be accessible on the bucket.

    • Optional type: "none" | "base64" | "base64url" | "data_url"

      The type/format of the string to upload.

    • Optional callbackStateVariable: Variable

      The variable where to store if the operation was successful.

    • Optional callbackValueVariable: Variable

      The variable where to store the result (url to the file).

    Returns void