Skip to content

Files

Latest commit

 

History

History
17 lines (13 loc) · 380 Bytes

File metadata and controls

17 lines (13 loc) · 380 Bytes

Firebase Common

firebase-common contains the FirebaseApp, which is used to configure the firebase sdks as well as the infrastructure that firebase sdks use to discover and interact with other firebase sdks.

Running tests.

Unit tests can be run by

$ ./gradlew :firebase-common:check

Integration tests are run by

$ ./gradlew :firebase-common:connectedCheck