I have tried to run the firestore example, and it does work, but only a few little fixes. Probably just needs to be mentioned in the docs.
remove -SNAPSHOT from the dependency (new to clojure, is it a known issue / optimization?)
add the firestore.api-keys namespace, or include it in some other way. Obviously you can't commit your credentials here, but a dummy file would be appreciated. Especially since the firestore init is different from the firebase init used in the main docs (needs projectId)
you probably need to run the firebase init command at some point to make it work. It's documented on the firebase side, but a little mention wouldn't hurt :)
Hi,
I have tried to run the firestore example, and it does work, but only a few little fixes. Probably just needs to be mentioned in the docs.
thanks!