kaan taha köken
kaan taha köken
I check the both master and latest versions. Adding `appFlavor` is solved my issue. ```dart void configureDependencies() => GetIt.instance.init(environment: appFlavor); ```
After a further investigation of the generated code. on [googleapis](https://github.com/googleapis/googleapis), the proto definitions need this block ```proto3 option (google.api.routing) = { routing_parameters { field: "database" path_template: "projects/{project_id=*}/**" } routing_parameters {...
Hi @coryan, Thank you for getting back to me. Is there a way I could contribute to this project, especially to `firestore`? Many thanks.