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

Method forceSameDevice

packages/firebase-ui/index.ios.ts:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 _forceSameDevice = false;
191
192 forceSameDevice() {
193 this._forceSameDevice = true;
194 return this;
195 }
196
197 _enableEmailLinkSignIn = false;
198 enableEmailLinkSignIn() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected