An open API service indexing awesome lists of open source software.

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

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
```