https://github.com/realkinetic/elm-firestore
Easy Real-time and Offline in Elm using Google's Firebase/Firestore
https://github.com/realkinetic/elm-firestore
Last synced: 3 months ago
JSON representation
Easy Real-time and Offline in Elm using Google's Firebase/Firestore
- Host: GitHub
- URL: https://github.com/realkinetic/elm-firestore
- Owner: RealKinetic
- License: mit
- Created: 2020-01-19T02:25:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T17:44:09.000Z (over 3 years ago)
- Last Synced: 2025-03-30T07:19:19.395Z (about 1 year ago)
- Language: Elm
- Homepage:
- Size: 684 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-firestore
*Note: Very alpha. Use at your own risk.*
Interact with Google's Cloud Firestore using Elm
One of the most pleasurable stacks to develop apps on: Elm + Firebase/Firestore
To run the example (make sure you open the browser console):
```
make install
make hot
```