Description Usage Arguments Value Author(s) Examples
fireStore::fireStore.count returns a number of the number of records
1 | fireStore.count(project_id, fileName, token)
|
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 |
returns a number of the number of records
Luis Rodriguez
1 2 3 4 | ## Not run:
fireStore.count("mi-proyecto-6465" , "micoleccion", "KxwWNTVdplXFRZwGMkH")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.