Skip to content

Commit 249664e

Browse files
committed
デモアプリ導線
1 parent 5b87d41 commit 249664e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.ja.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ struct ContentView: View {
5454
}
5555
```
5656

57+
## デモアプリ
58+
59+
[`sample/FirebaseAuthEasierDemoApp`](sample/FirebaseAuthEasierDemoApp) ディレクトリにデモアプリがあります。
60+
61+
FirebaseAuthEasierの動作例や導入の参考としてご利用いただけます。
62+
5763
## FirebaseAuthViewのカスタマイズ
5864
`FirebaseAuthView`は、以下のイニシャライザ引数で柔軟にカスタマイズできます。
5965

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ struct ContentView: View {
5656
}
5757
```
5858

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+
5965
## FirebaseAuthView Customization
6066
`FirebaseAuthView` can be flexibly customized with the following initializer parameters:
6167

0 commit comments

Comments
 (0)