From 8d6425e2115289984be6af9649f844f241e84424 Mon Sep 17 00:00:00 2001 From: Suwatchai K Date: Thu, 26 Dec 2024 14:27:17 +0700 Subject: [PATCH] Update PPP and GSM examples --- README.md | 2 ++ examples/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 62a8a55..69c02d0 100644 --- a/README.md +++ b/README.md @@ -1970,6 +1970,7 @@ The following section will provide the basic (bare minimum) code example and the * [Stream](/examples/RealtimeDatabase/Async/Callback/Stream/) * [StreamConcurentcy](/examples/RealtimeDatabase/Async/Callback/StreamConcurentcy/) * [StreamGSM](/examples/RealtimeDatabase/Async/Callback/StreamGSM/) + * [StreamPPP](/examples/RealtimeDatabase/Async/Callback/StreamPPP/) * [Update](/examples/RealtimeDatabase/Async/Callback/Update/) * [NoCallback](/examples/RealtimeDatabase/Async/NoCallback/) * [BLOB](/examples/RealtimeDatabase/Async/NoCallback//BLOB/) @@ -1983,6 +1984,7 @@ The following section will provide the basic (bare minimum) code example and the * [Stream](/examples/RealtimeDatabase/Async/NoCallback/Stream/) * [StreamConcurentcy](/examples/RealtimeDatabase/Async/NoCallback/StreamConcurentcy/) * [StreamGSM](/examples/RealtimeDatabase/Async/NoCallback/StreamGSM/) + * [StreamPPP](/examples/RealtimeDatabase/Async/NoCallback/StreamPPP/) * [Update](/examples/RealtimeDatabase/Async/NoCallback/Update/) * [Simple](/examples/RealtimeDatabase/Simple/) * [SimpleDatabaseSecret](/examples/RealtimeDatabase/Simple/SimpleDatabaseSecret/) diff --git a/examples/README.md b/examples/README.md index 731801f..8c5c911 100644 --- a/examples/README.md +++ b/examples/README.md @@ -302,6 +302,7 @@ │ │ │ ├───Stream │ │ │ ├───StreamConcurentcy │ │ │ ├───StreamGSM +│ │ │ ├───StreamPPP │ │ │ └───Update │ │ └───NoCallback │ │ ├───BLOB @@ -315,6 +316,7 @@ │ │ ├───Stream │ │ ├───StreamConcurentcy │ │ ├───StreamGSM +│ │ ├───StreamPPP │ │ └───Update │ ├───Simple │ │ ├───SimpleDatabaseSecret