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

Function navigatingTo

apps/demo/src/plugin-demos/firebase-ui.ts:6–9  ·  view source on GitHub ↗
(args: EventData)

Source from the content-addressed store, hash-verified

4import { AppleProvider, EmailProvider, GithubProvider, GoogleProvider, MicrosoftProvider, TwitterProvider, YahooProvider } from '@nativescript/firebase-ui';
5
6export function navigatingTo(args: EventData) {
7 const page = <Page>args.object;
8 page.bindingContext = new DemoModel();
9}
10
11export class DemoModel extends DemoSharedFirebaseUi {
12 show() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected