@@ -37,8 +37,8 @@ public class GcfConvertersTest
37
37
[ InlineData ( "firestore_simple.json" , "google.cloud.firestore.document.v1.written" , "//firestore.googleapis.com/projects/project-id/databases/(default)" , "documents/gcf-test/2Vm2mI1d0wIaK2Waj5to" ) ]
38
38
[ InlineData ( "pubsub_text.json" , "google.cloud.pubsub.topic.v1.messagePublished" , "//pubsub.googleapis.com/projects/sample-project/topics/gcf-test" , null ) ]
39
39
[ InlineData ( "legacy_pubsub.json" , "google.cloud.pubsub.topic.v1.messagePublished" , "//pubsub.googleapis.com/projects/sample-project/topics/gcf-test" , null ) ]
40
- [ InlineData ( "firebase-db1.json" , "google.firebase.database.document .v1.written" , "//firebasedatabase.googleapis.com/projects/_/locations/us-central1/instances/my-project-id" , "refs/gcf-test/xyz" ) ]
41
- [ InlineData ( "firebase-db2.json" , "google.firebase.database.document .v1.written" , "//firebasedatabase.googleapis.com/projects/_/locations/europe-west1/instances/my-project-id" , "refs/gcf-test/xyz" ) ]
40
+ [ InlineData ( "firebase-db1.json" , "google.firebase.database.ref .v1.written" , "//firebasedatabase.googleapis.com/projects/_/locations/us-central1/instances/my-project-id" , "refs/gcf-test/xyz" ) ]
41
+ [ InlineData ( "firebase-db2.json" , "google.firebase.database.ref .v1.written" , "//firebasedatabase.googleapis.com/projects/_/locations/europe-west1/instances/my-project-id" , "refs/gcf-test/xyz" ) ]
42
42
[ InlineData ( "firebase-auth1.json" , "google.firebase.auth.user.v1.created" , "//firebaseauth.googleapis.com/projects/my-project-id" , "users/UUpby3s4spZre6kHsgVSPetzQ8l2" ) ]
43
43
[ InlineData ( "firebase-auth2.json" , "google.firebase.auth.user.v1.deleted" , "//firebaseauth.googleapis.com/projects/my-project-id" , "users/UUpby3s4spZre6kHsgVSPetzQ8l2" ) ]
44
44
[ InlineData ( "firebase-remote-config.json" , "google.firebase.remoteconfig.remoteConfig.v1.updated" , "//firebaseremoteconfig.googleapis.com/projects/sample-project" , null ) ]
0 commit comments