.getOrCreate()
Returns the entries that match the provided filter. If no data is found, creates and pushes a new one with the provided data into the collection.
Last updated
Returns the entries that match the provided filter. If no data is found, creates and pushes a new one with the provided data into the collection.
Last updated
Parameter
Description
filter
Function to test each element of the array. Return a value that coerces to true
to keep the element, or to false
otherwise.
If this parameter is not provided, all data from the collection will be returned
data
Entry's data
Returns
Description
Entries that match the filter or a single entry if the array length is equal to 1 and a filter is provided