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
If I'm using proto3 and try to use optional I get this error:
is a proto3 file that contains optional fields, but code generator protoc-gen-firebase_rules hasn't been updated to support optional fields in proto3. Please ask the owner of this code generator to support proto3 optional.--firebase_rules_out
I wonder why it doesn't support optional. Does this represent a challenge to implement?
Aren't optional values pretty important in regards to protobuf? For example isn't one reasonable way to "version" messages to use the optional keyword for future versions of a message when adding fields?
Description
If I'm using
proto3
and try to useoptional
I get this error:My proto file:
The text was updated successfully, but these errors were encountered: