Show / Hide Table of Contents

    Firebase Cloud Firestore

    The Firebase Cloud Firestore implementation.

    • Download Firebase Cloud Firestore Integration
    • Get Started with Cloud Firestore for Unity
    • Cloud Firestore (Documentation page)
    • Cloud Firestore (Product page)

    Syntax

    firestore://encoding=<String>;usebase64=<Boolean>;
    

    Parameters

    Name Type Description Alias
    encoding string The text encoding text-encoding, encoding-name
    usebase64 bool Whether to use base64 encoding for storage or not use-base64
    • Improve this Doc
    • 0 Comments