0.0
No release in over a year
An opionated abstraction for reading and writing Google Firestore documents.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.3
~> 13.0
~> 1.17

Runtime

 Project Readme

ONS Firestore RubyGem

An opionated abstraction for reading and writing Google Firestore documents. Note that this gem targets Ruby 3.0 and above.

Installation

gem install ons-firestore

Examples

require 'ons-firestore'

firestore = Firestore.new('my-project')
doc = firestore.read_document('cities', 'London')

Licence

This library is licensed under the MIT licence. Full licence text is available in LICENCE.

Copyright

Copyright (C) 2022 Crown Copyright (Office for National Statistics)