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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@
15
15
<imgsrc="preview/gif0.gif"/>
16
16
</p>
17
17
18
+
The purpose of this repository is to demonstrate the following:
19
+
20
+
- Implementing server-driven UI using Jetpack Compose and Firebase Realtime Database.
21
+
- Defining rendering protocols (such as layout nodes, action handlers, and versioning) and consuming them as composable functions in Jetpack Compose.
22
+
- Establishing component design systems for consuming rendering protocols on the client side, along with versioning systems for these design components.
23
+
- Gaining a deeper understanding of the Firebase Realtime Database system.
0 commit comments