diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index c1f8bebea..5e5a6936e 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -208,7 +208,7 @@ jobs: - "examples/RTDB/DataRetaining/DataRetaining.ino" - "examples/RTDB/DownloadFileOTA/DownloadFileOTA.ino" - "examples/RTDB/ETag/ETag.ino" - - "examples/RTDB/FastSend/FastSend.ino" + #- "examples/RTDB/FastSend/FastSend.ino" - "examples/RTDB/File/Flash/Flash.ino" - "examples/RTDB/File/SD/SD.ino" #- "examples/RTDB/FireSense/AnalogRead/AnalogRead.ino" diff --git a/examples/CloudFunctions/IAMPolicy/CreatePolicy/CreatePolicy.ino b/examples/CloudFunctions/IAMPolicy/CreatePolicy/CreatePolicy.ino index 74bb9e678..a666b081f 100644 --- a/examples/CloudFunctions/IAMPolicy/CreatePolicy/CreatePolicy.ino +++ b/examples/CloudFunctions/IAMPolicy/CreatePolicy/CreatePolicy.ino @@ -71,7 +71,7 @@ void setup() audit_config.setService("allServices"); audit_log_config.setLogType("DATA_READ"); - audit_log_config.addexemptedMembers("user:jose@example.com"); + audit_log_config.addExemptedMembers("user:jose@example.com"); audit_config.addAuditLogConfig(&audit_log_config, true); audit_log_config.setLogType("DATA_WRITE");