qtil
advanced-security/qtil-javascript 0.0.3
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 semmle.javascript.frameworks.Firebase

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(...).