Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

ONSdigital/ons-firestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Opinionated Google Firestore abstraction.

Resources

License

Stars

Watchers

Forks

Contributors

Languages