MCPcopy Create free account
hub / github.com/NativeScript/firebase / constructor

Method constructor

packages/firebase-firestore/index.android.ts:1363–1365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1361 _firestore: com.google.firebase.firestore.FirebaseFirestore;
1362
1363 constructor() {
1364 this._builder = new com.google.firebase.firestore.FirebaseFirestoreSettings.Builder();
1365 }
1366
1367 static fromNative(ffs: com.google.firebase.firestore.FirebaseFirestoreSettings, firestore = undefined) {
1368 if (ffs instanceof com.google.firebase.firestore.FirebaseFirestoreSettings) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected