Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
978517d
Adopt native code conventions of Elm 0.17
ThomasWeiser Dec 6, 2016
dab65c2
Update elm-package.json files for elm 0.17
ThomasWeiser Dec 6, 2016
2c804ce
Update module declaration syntax to elm 0.17
ThomasWeiser Dec 6, 2016
4aa82ef
Modify Firebase.js in order to get to access `window`
ThomasWeiser Dec 6, 2016
e370d9e
Old (elm-0.16) modules are now "LowLevel" in port to 0.17
ThomasWeiser Dec 6, 2016
c426f81
Adopt Example.elm to `ElmFire.LowLevel`. No subscriptions yet.
ThomasWeiser Dec 6, 2016
4690a85
Apply elm-format
ThomasWeiser Dec 6, 2016
c033c3b
Remove old test app
ThomasWeiser Dec 6, 2016
0c2dec1
Rename `sub` to `child`
ThomasWeiser Dec 6, 2016
78cd0c2
Note in README about not updated content
ThomasWeiser Dec 6, 2016
c862d96
Simplified first version of effect module
ThomasWeiser Dec 6, 2016
ad3d868
Minimal test app for effect manager
ThomasWeiser Dec 6, 2016
532fd3d
Use a list type to make type Location comparable
ThomasWeiser Dec 6, 2016
bb0cbfd
Remove out-of-date demo
ThomasWeiser Dec 6, 2016
a8f6e7a
Generic EffectManager module. Subs by location.
ThomasWeiser Dec 20, 2016
443de82
Add example of reacting to value change
rogeriochaves Feb 13, 2017
ba217e5
Use my Firebase project "elmfiretest" for example
ThomasWeiser Mar 5, 2017
985cc52
Example uses user defined html file and modd instead of Makefile.
ThomasWeiser Mar 5, 2017
899551a
Don't include firebase.js. App needs to load it beforehand.
ThomasWeiser Mar 5, 2017
885b7df
Comment that auth code is currently out-of-date
ThomasWeiser Mar 5, 2017
68b3da8
Remove unused dependency
ThomasWeiser Mar 5, 2017
d705701
Migrate to Elm 0.18 from 0.17
ThomasWeiser Apr 27, 2017
e4495cf
Migrate example to Elm 0.18
ThomasWeiser Apr 28, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ _Demo application for these APIs: [Collaborative TodoMVC](https://github.com/Tho

---

_This library currently targets Elm version 0.16._
_This README refers to the Elm 0.16 version of ElmFire._

_A new version with an [effect manager](https://guide.elm-lang.org/effect_managers/index.html) for Elm 0.17/0.18 is under development. Please stay tuned!_
_It needs to be updated to the new [effect manager](https://guide.elm-lang.org/effect_managers/index.html) version of ElmFire for Elm 0.17/0.18._

---

Expand Down
45 changes: 0 additions & 45 deletions demo/Makefile

This file was deleted.

17 changes: 0 additions & 17 deletions demo/elm-package.json

This file was deleted.

290 changes: 0 additions & 290 deletions demo/src/Demo.elm

This file was deleted.

23 changes: 0 additions & 23 deletions demo/src/demo.html

This file was deleted.

Loading