fireStore.count: Count allows us to count records from a Cloud Firestore...

Description Usage Arguments Value Author(s) Examples

View source: R/FireStore.R

Description

fireStore::fireStore.count returns a number of the number of records

Usage

1
fireStore.count(project_id, fileName, token)

Arguments

project_id

This is the unique identifier of your Firebase project string

fileName

Name of the collection string

token

token that returns the function FireStore.google_firestorestring

Value

returns a number of the number of records

Author(s)

Luis Rodriguez

Examples

1
2
3
4
## Not run: 
fireStore.count("mi-proyecto-6465" , "micoleccion", "KxwWNTVdplXFRZwGMkH")

## End(Not run)

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