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