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

Method constructor

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

Source from the content-addressed store, hash-verified

246
247export class AnonymousProvider extends ProviderBase {
248 constructor() {
249 super();
250 }
251
252 getNative(ui: UI) {
253 return FUIAnonymousAuth.alloc().initWithAuthUI(ui.native);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected