delegateFor method

  1. @protected
FirebaseAuthPlatform delegateFor({
  1. required FirebaseApp app,
})

Enables delegates to create new instances of themselves if a none default FirebaseApp instance is required by the user.

Setting a persistence type is only available on web based platforms.

Implementation

@protected
FirebaseAuthPlatform delegateFor({required FirebaseApp app}) {
  throw UnimplementedError('delegateFor() is not implemented');
}