Current section

Files

Jump to
fireball src fireball.app.src
Raw

src/fireball.app.src

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