File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ struct ContentView: View {
54
54
}
55
55
```
56
56
57
+ ## デモアプリ
58
+
59
+ [ ` sample/FirebaseAuthEasierDemoApp ` ] ( sample/FirebaseAuthEasierDemoApp ) ディレクトリにデモアプリがあります。
60
+
61
+ FirebaseAuthEasierの動作例や導入の参考としてご利用いただけます。
62
+
57
63
## FirebaseAuthViewのカスタマイズ
58
64
` FirebaseAuthView ` は、以下のイニシャライザ引数で柔軟にカスタマイズできます。
59
65
Original file line number Diff line number Diff line change @@ -56,6 +56,12 @@ struct ContentView: View {
56
56
}
57
57
```
58
58
59
+ ## Demo App
60
+
61
+ A demo app is available in the [ ` sample/FirebaseAuthEasierDemoApp ` ] ( sample/FirebaseAuthEasierDemoApp ) directory.
62
+
63
+ You can use this app to see FirebaseAuthEasier in action and as a reference for integration.
64
+
59
65
## FirebaseAuthView Customization
60
66
` FirebaseAuthView ` can be flexibly customized with the following initializer parameters:
61
67
You can’t perform that action at this time.
0 commit comments