Current section

Files

Jump to
fireball src fireball.app.src
Raw

src/fireball.app.src

{application, fireball, [
{vsn, "1.0.7"},
{applications, [decode,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleamyshell,
simplifile]},
{description, "A package for interfacing with a Google Firestore database and Google Firebase Storage."},
{modules, [error,
fireball,
objects@collection,
objects@document,
objects@storage]},
{registered, []}
]}.