CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.14 (changelog, source)
Search

Module Firebase::CloudFunctions

Provides predicates for reasoning about the the Firebase Cloud Functions API, sometimes referred to just as just “Firebase Functions”.

Import path

import javascript

Predicates

database

Gets a reference to a Cloud Functions database object.

namespace

Gets a reference to the Cloud Functions namespace.

ref

Gets a data flow node holding a RefBuilder object.

Classes

RefBuilderListenCall

A call that registers a listener on a RefBuilder, such as ref.onCreate(...).