petitviolet blog

    firestore (1 posts)

    icon
    Written by petitviolet

    How to use Firestore SDK in WebGL built by Unity

    2022-10-15UnityFirestoreC#
    Official Firestore SDK can't run on Unity WebGL. Use .jslib for interacting JS SDK and C#.
    Firebase offers Cloud Firestore which is a well-known NoSQL document datastore that has been widely used in particularly mobile app development. One of the key features of Firestore I think is realtime-ish data propagation through Firestore SDK. When a client is subscribing a (sub-)collection and