2) mvn test fails and thowing below error message. Could you please help me to get rid of this.
Running com.google.firebase.auth.FirebaseAuthTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
Tests run: 36, Failures: 0, Errors: 3, Skipped: 7, Time elapsed: 0.763 sec <<< FAILURE! - in com.google.firebase.auth.FirebaseAuthTest
testAppWithAuthVariableOverrides[2](com.google.firebase.auth.FirebaseAuthTest) Time elapsed: 0.016 sec <<< ERROR!
java.util.concurrent.ExecutionException: java.io.IOException: The Application Default Credentials are not available. They are available if running on Google App Engine, Google Compute Engine, or Google Cloud Shell. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See
https://developers.google.com/accounts/docs/application-default-credentials for more information.
at com.google.firebase.auth.FirebaseAuthTest.testAppWithAuthVariableOverrides(FirebaseAuthTest.java:242)
Caused by: java.io.IOException: The Application Default Credentials are not available. They are available if running on Google App Engine, Google Compute Engine, or Google Cloud Shell. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the credentials. See
https://developers.google.com/accounts/docs/application-default-credentials for more information.