Description Usage Arguments Value Author(s) Examples
fireStore::fireStore.google_firestore retrieves a token with read access to the cloud firestore
1 | fireStore.google_firestore(client_id, client_secret, cache = FALSE)
|
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 |
Returns the token.
Luis Rodriguez
1 2 3 4 | ## Not run:
fireStore.google_firestore("xxxxxxxxxxxxx","xxxxxxxxxxxxxxxxx")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.