Compare FirebaseAuth and StyledFirebaseAuth
masterThere are two primary components for adding FirebaseUI auth to your application:
StyledFirebaseAuth: The simplest option. It comes bundled with the necessary CSS directly, so no special configuration is needed for packaging.FirebaseAuth: Better for performance and smaller bundle sizes if you are using a CSS/style loader (like Webpack) as part of your build configuration. It requires you to handle the CSS manually.