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

Function navigatingTo

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

Source from the content-addressed store, hash-verified

4import { Auth } from '@nativescript/firebase-auth';
5import { firebase } from '@nativescript/firebase-core';
6export function navigatingTo(args: EventData) {
7 const page = <Page>args.object;
8 page.bindingContext = new DemoModel();
9}
10
11export class DemoModel extends DemoSharedFirebaseStorage {
12 storage: Storage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected