Skip to content

Commit 14fda91

Browse files
committed
Updated Examples.md file
1 parent f121658 commit 14fda91

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

EXAMPLES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,16 @@ WebAuthProvider.login(account)
245245
.start(this, callback)
246246
```
247247

248+
<details>
249+
<summary>Using async/await</summary>
250+
251+
```kotlin
252+
WebAuthProvider.login(account)
253+
.withEphemeralBrowsing()
254+
.await(this)
255+
```
256+
</details>
257+
248258
<details>
249259
<summary>Using Java</summary>
250260

0 commit comments

Comments
 (0)