MCPcopy
hub / github.com/4ian/GDevelop / push

Method push

Extensions/Firebase/A_firebasejs/firebase.d.ts:6930–6930  ·  view source on GitHub ↗

* Generates a new child location using a unique key and returns its * `Reference`. * * This is the most common pattern for adding data to a collection of items. * * If you provide a value to `push()`, the value is written to the * generated location. If you don't pass a

(
      value?: any,
      onComplete?: (a: Error | null) => any
    )

Source from the content-addressed store, hash-verified

6928 * used immediately as the `Reference` to the child location.
6929 */
6930 push(
6931 value?: any,
6932 onComplete?: (a: Error | null) => any
6933 ): firebase.database.ThenableReference;

Callers 15

adaptNamingConventionsFunction · 0.65
deepCloneFunction · 0.65
makeBenchmarkSuiteFunction · 0.65
addTaskMethod · 0.65
pushValueMethod · 0.65
pushVariableCopyMethod · 0.65
_pushVariableMethod · 0.65
constructorMethod · 0.65
_declareMethod · 0.65
keysMethod · 0.65
valuesMethod · 0.65
objectsListsToArrayFunction · 0.65

Calls

no outgoing calls

Tested by 11

testCompletionsFunction · 0.52
mapForFunction · 0.52
pushMessageMethod · 0.52
makeGameAndSceneFunction · 0.52
addChildMethod · 0.52
getInstancePositionsFunction · 0.52
getInstancesFunction · 0.52
getEventTypesFunction · 0.52
getFirstActionTypesFunction · 0.52
permutationsFunction · 0.52