Blog header image

frstore: R interface to Google Firestore Database

Firestore is a Google Cloud NoSQL database that is used to power internal tooling and applications at Presage. Since there is no official support for interacting with Firestore in the R programming language, we developed the frstore package that enables the Create, Read, Update, and Delete (CRUD) database operations on Firestore databases using R. This open-source package is available on GitHub.

frstore provides these functions for the CRUD operations:

OperationFunctions
Createfrstore_create_document
Readfrstore_get; frstore_run_query
Updatefrstore_patch
Deletefrstore_delete
Last modified: September 03, 2025