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

Method constructor

packages/firebase-ui/index.android.ts:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 _native: com.google.firebase.auth.ActionCodeSettings.Builder;
161
162 constructor() {
163 this._native = new com.google.firebase.auth.ActionCodeSettings.Builder();
164 }
165
166 get native() {
167 return this._native

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected