Hello , I followed the instructions provided in the Ground Developer's Guide for the first-time setup. The platform works perfectly both locally and after deployment on Firebase. https://github.com/google/ground-platform/wiki/Ground-Developer's-Guide#first-time-setup However, I am encountering issues when trying to use the Android app locally while the platform is running. I am receiving the following errors: Security Exception: Copy java.lang.SecurityException: Unknown calling package name 'com.google.android.gms'. at android.os.Parcel.createExceptionOrNull(Parcel.java:3057) at android.os.Parcel.createException(Parcel.java:3041) at android.os.Parcel.readException(Parcel.java:3024) with tag GoogleApiManager Firestore Exception: Copy 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$$ExternalSyntheticLambda2.onEvent(Unknown Source:0) at com.google.firebase.firestore.DocumentReference.lambda$addSnapshotListenerInternal$2$com-google-firebase-firestore-DocumentReference(DocumentReference.java:526) ... I have ensured that the platform is running locally, but these errors persist. Could you please assist me in resolving these issues? Thank you for your help. Best regards, Yoan Garrot |