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

Function navigatingTo

apps/demo/src/plugin-demos/firebase-auth.ts:8–11  ·  view source on GitHub ↗
(args: EventData)

Source from the content-addressed store, hash-verified

6import { GoogleSignin } from '@nativescript/google-signin';
7
8export function navigatingTo(args: EventData) {
9 const page = <Page>args.object;
10 page.bindingContext = new DemoModel();
11}
12
13let didInit = false;
14export class DemoModel extends DemoSharedFirebaseAuth {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected