withApp method

  1. @override
FirebaseAuthOAuth withApp(
  1. FirebaseApp app
)
override

Builds an instance of FirebaseAuthOAuth using a FirebaseApp instance

Implementation

@override
FirebaseAuthOAuth withApp(FirebaseApp app) =>
    FirebaseAuthOAuthWeb._(app: app);