You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make constructors non-private.
This removes an extra synthetic class that is otherwise generated to
allow the Builder to create its parent class and vice versa.
* Move e2e tests to its own package
This avoids a conflict with the test proto messages in protoc plugin's
unit tests.
Copy file name to clipboardExpand all lines: encoders/protoc-gen-firebase-encoders/src/main/kotlin/com/google/firebase/encoders/proto/codegen/CodeGenerator.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ internal class Gen(
246
246
}
247
247
val messageTypeName =ClassName.bestGuess(type.name)
Copy file name to clipboardExpand all lines: encoders/protoc-gen-firebase-encoders/tests/src/test/java/com/google/firebase/testing/e2e/CodeGenTests.java
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,16 @@
12
12
// See the License for the specific language governing permissions and
0 commit comments