-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish package #1
Comments
Ok, I gave it a try purescript/registry#406 |
There is an old version with the same name in the registry: mostalive/purescript-firebase#18. I asked the owner if he could unpublish or if I should change the name of mine. I'm a bit concerned about polluting the registry with yet another incomplete package, so just for the record, you can use the package with little configuration. Just add this to your -- let upstream = https://github.com/purescript/package-sets/releases/download/psc-0.15.4...
let additions =
{ firebase =
{ dependencies =
[ "aff"
]
, repo = "https://github.com/codingedgar/purescript-firebase.git"
, version = "v0.0.8"
}
}
in upstream // additions |
Awesome, thanks very much! Hope the registry issue is resolved soon! 🤞🏻 |
Hi! I noticed you are working on this, I'd like to use this package in a side project I'm doing from spago directly, do you know how can I do that?
Thanks in advance!
The text was updated successfully, but these errors were encountered: