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
@@ -737,8 +737,8 @@ FIREBASE_DISABLE_ONBOARD_WIFI // For disabling on-board WiFI functionality in ca
737
737
FIREBASE_DISABLE_NATIVE_ETHERNET // For disabling native (sdk) Ethernet functionality in case external Client usage.
738
738
FIREBASE_DISABLE_NATIVE_PPP // For disabling native ESP32 (sdk) PPP functionality.
739
739
ENABLE_ASYNC_TCP_CLIENT // For Async TCP Client usage.
740
-
FIREBASE_ASYNC_QUEUE_LIMIT // For maximum async queue limit setting for an async client.
741
-
FIREBASE_PRINTF_PORT // For Firebase.printf debug port.
740
+
FIREBASE_ASYNC_QUEUE_LIMIT // For maximum async queue limit (number) setting for an async client.
741
+
FIREBASE_PRINTF_PORT // For Firebase.printf debug port class object.
742
742
FIREBASE_PRINTF_BUFFER // Firebase.printf buffer size. The default printf buffer size is 1024 for ESP8266 and SAMD otherwise 4096. Some debug message may be truncated for larger text.
743
743
```
744
744
@@ -773,7 +773,7 @@ DISABLE_FIRESTORE // For disabling Firestore support
773
773
DISABLE_FIRESTORE_QUERY // For Firestore Query feature compilation
774
774
DISABLE_MESSAGING // For disabling Firebase Cloud Messaging support
775
775
DISABLE_STORAGE // For disabling Firebase Storage support
776
-
ENABLE_CLOUD_STORAGE// For disabling Google Cloud Storage support
776
+
DISABLE_CLOUD_STORAGE// For disabling Google Cloud Storage support
777
777
DISABLE_FUNCTIONS // For disabling Google Cloud Functions support
778
778
DISABLE_RULESETS // For disabling RuleSets support
0 commit comments