Current section
Files
Jump to
Current section
Files
src/fireball.app.src
{application, fireball, [
{vsn, "1.0.4"},
{applications, [gleam_http,
gleam_httpc,
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, []}
]}.