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

Method ios

packages/firebase-auth/index.ios.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 get ios() {
125 return this.native;
126 }
127
128 static fromNative(user: FIRUser) {
129 if (user instanceof FIRUser) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected