We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b291e0a commit 6ebc248Copy full SHA for 6ebc248
examples/protobuf_firestore/pubspec.yaml
@@ -5,17 +5,13 @@ environment:
5
sdk: ^3.0.0
6
7
dependencies:
8
- functions_framework: ^0.4.0
+ functions_framework: ^0.4.3
9
shelf: ^1.0.0
10
- protobuf: any
+ protobuf: ^3.0.0
11
12
dev_dependencies:
13
build_runner: ^2.0.0
14
functions_framework_builder: ^0.4.0
15
http: '>=0.13.0 <2.0.0'
16
test: ^1.15.0
17
test_process: ^2.0.0
18
-
19
-dependency_overrides:
20
- functions_framework:
21
- path: ../../functions_framework
examples/protobuf_firestore/test/decode_test.dart
@@ -4,7 +4,7 @@ import 'package:test/test.dart';
4
import 'test_shared.dart';
void main() {
- test('bob', () {
+ test('validate protobuf decode', () {
final instance = DocumentEventData.fromBuffer(protobytes);
expect(instance.toProto3Json(), jsonOutput);
0 commit comments