Daymon

Results 15 comments of Daymon

> Hey @daymxn , > > First off, thanks for filing such a clear issue and proposal. This is a **great** idea. To me, it has a "upsert/compare if match"...

This is a known issue when using `protobuf-java` and `protobuf-javalite` at the same time. See [protobuf/issues/8104](https://github.com/protocolbuffers/protobuf/issues/8104#issuecomment-887076083) for context. You'll need to [exclude either javalite or protobuf-java](https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html#sec:excluding-transitive-deps).

> @ncooke3 Do we have a particular directory structure we should adhere to for the `scripts` directory? I'm wondering if we should do `scripts/firebaseai` and also move https://github.com/firebase/firebase-ios-sdk/blob/dcba4944aa9650110f636cfc00adabc21139b045/scripts/update_vertexai_responses.sh into there....

I'm not able to repro this, but if anyone experiencing this could double check some things: 1. Double check that you have `android.permission.INTERNET` AND `android.permission.ACCESS_NETWORK_STATE`. A lot of folks forget...