firebase-hs: Firebase Auth, Firestore, and Servant integration for Haskell
Firebase Authentication (JWT verification), Firestore REST API client (CRUD, queries, transactions), and optional WAI middleware and Servant auth combinator. Verify ID tokens against Google's public keys, read and write Firestore documents, and protect any Haskell web server with Firebase auth, all from pure, composable Haskell.
[Skip to Readme]
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| wai | Enable WAI auth middleware (Firebase.Auth.WAI) | Disabled |
| servant | Enable Servant auth combinator (Firebase.Servant) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- firebase-hs-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.3.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | aeson (>=2.0 && <2.4), base (>=4.18 && <5), base64-bytestring (>=1.2 && <1.3), bytestring (>=0.11 && <0.13), containers (>=0.6 && <0.9), crypton (>=0.31 && <2), http-client (>=0.7.13 && <0.8), http-client-tls (>=0.3 && <0.5), http-types (>=0.12 && <0.13), text (>=1.2 && <2.2), time (>=1.12 && <1.17), transformers (>=0.5 && <0.7) [details] |
| Tested with | ghc >=9.6 && <9.7 || >=9.8 && <9.9 || >=9.10 && <9.11 || >=9.12 && <9.13 |
| License | BSD-3-Clause |
| Copyright | 2026 Gondola Bros Entertainment |
| Author | Devon Tomlin |
| Maintainer | devon.tomlin@novavero.ai |
| Uploaded | by aoinoikaz at 2026-07-29T13:57:55Z |
| Category | Web, Authentication, Database |
| Home page | https://github.com/Gondola-Bros-Entertainment/firebase-hs |
| Bug tracker | https://github.com/Gondola-Bros-Entertainment/firebase-hs/issues |
| Source repo | head: git clone https://github.com/Gondola-Bros-Entertainment/firebase-hs -b main |
| Distributions | Stackage:0.3.0.0 |
| Downloads | 52 total (11 in the last 30 days) |
| Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-07-29 [all 1 reports] |