An expanded mod of the original GameMaker Firebase Firestore API, FirebaseDS allows GameMaker programmers to add maps and arrays to their Firestore documents. This free, open-source asset makes use of GameMaker's handy struct and array functions to provide robust cloud data management. FirebaseDS can also handle any level of nested data structure, so engineers can nest maps and arrays to their heart's content. The asset currently is only supported for Firebase's REST API system, but if used properly this can be ported to all platforms (desktop, mobile, browser, etc).
Back to Top