fireStore.google_firestore: The OAuth function to get access to the cloud firestore:

Description Usage Arguments Value Author(s) Examples

View source: R/FireStore.R

Description

fireStore::fireStore.google_firestore retrieves a token with read access to the cloud firestore

Usage

1
fireStore.google_firestore(client_id, client_secret, cache = FALSE)

Arguments

client_id

The Client ID of your Google OAuth. string

client_secret

The Client Secret of your Google OAuth. string

cache

Cache the tokens in the .httr-oauth file or not. boolean

Value

Returns the token.

Author(s)

Luis Rodriguez

Examples

1
2
3
4
## Not run: 
fireStore.google_firestore("xxxxxxxxxxxxx","xxxxxxxxxxxxxxxxx")

## End(Not run)

luizmirodriguez/FireStore documentation built on June 2, 2020, 9:28 p.m.