Firebase emulator testing (#9)

- Firebase emulator added
 - Update to Espresso tests
 - Updated gradle dependencies for espresso
 - Updated config.yml
 - Updated android gradle version
This commit is contained in:
2023-03-17 18:37:20 +00:00
committed by GitHub
parent 88604e6970
commit 7f4060f1c2
53 changed files with 491 additions and 183 deletions

5
.firebaserc Normal file
View File

@@ -0,0 +1,5 @@
{
"projects": {
"default": "driver-8f4a1"
}
}