ANN: Firestore.jl

Hi everyone!

I put together a Firestore.jl for reading/writing documents from Google Firestore.

Given their free quotas (https://cloud.google.com/firestore/pricing), for personal use you basically get your own lightweight cloud-stored data API.

TODO:

  • Authorization. Firestore.jl currently only works with open database rules, which isn’t great (don’t give out your project id). This is easy, I just have to do it.
14 Likes

Update: Email/password authentication is now possible, with setup instructions in the Readme.

3 Likes