Every line of 'firebase database ref' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
32 get database(): DatabaseUtils { 33 return DatabaseUtils; 34 }
30 database(): DatabaseBuilder { 31 return new DatabaseBuilder(this._env, this._apps); 32 }
10 public child(path: string): IFirebaseRef { return void 0}