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

Method anonymous

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

Source from the content-addressed store, hash-verified

139 }
140
141 get anonymous() {
142 return this.native?.anonymous();
143 }
144
145 get emailVerified(): boolean {
146 return this.native?.emailVerified();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected