ground-android
ground-android copied to clipboard
Ground mobile data collection app for Android
**Describe the bug** Google Login is failing when running for the first time **To Reproduce** Steps to reproduce the behavior: 1. Install the app 2. Click on Sign in with...
- Make `path` in PhotoResponse public so that we can use it directly when uploading media. - Filter submission deltas by response value instead of task type. - Minor stylistic...
Return null when attempting to retrieve unknown tasks from a Job (instead of throwing an exception). Updates callers accordingly. NOTE: Depends on https://github.com/google/ground-android/pull/2214 Fixes #2216
Towards #2129
Currently, data collectors can never see each others' sites. Once https://github.com/google/ground-platform/issues/1418, the survey organizer can create surveys where they should see each others' sites. The Android app should respect this...
``` 10:03:17.055 E Sign in failed com.google.firebase.firestore.FirebaseFirestoreException: Failed to get document because the client is offline. at com.google.firebase.firestore.DocumentReference.lambda$getViaSnapshotListener$1(DocumentReference.java:331) at com.google.firebase.firestore.DocumentReference$$ExternalSyntheticLambda1.onEvent(Unknown Source:8) at com.google.firebase.firestore.DocumentReference.lambda$addSnapshotListenerInternal$2$com-google-firebase-firestore-DocumentReference(DocumentReference.java:504) at com.google.firebase.firestore.DocumentReference$$ExternalSyntheticLambda2.onEvent(Unknown Source:6) at com.google.firebase.firestore.core.AsyncEventListener.lambda$onEvent$0$com-google-firebase-firestore-core-AsyncEventListener(AsyncEventListener.java:42) at com.google.firebase.firestore.core.AsyncEventListener$$ExternalSyntheticLambda0.run(Unknown...
@shobhitagarwal1612 @jcqli @sufyanAbbasi FYI
Requested by @lecrabe