We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f121658 commit 14fda91Copy full SHA for 14fda91
1 file changed
EXAMPLES.md
@@ -245,6 +245,16 @@ WebAuthProvider.login(account)
245
.start(this, callback)
246
```
247
248
+<details>
249
+<summary>Using async/await</summary>
250
+
251
+```kotlin
252
+WebAuthProvider.login(account)
253
+ .withEphemeralBrowsing()
254
+ .await(this)
255
+```
256
+</details>
257
258
<details>
259
<summary>Using Java</summary>
260
0 commit comments