Skip to content

Commit

Permalink
FirebaseAuth: improve readme file (#13913)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 21, 2024
1 parent 2c124f1 commit 9834ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAuth/Tests/SampleSwift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ As we mentioned above, we will need to configure dynamic links for this auth flo
- Configure the following steps as you please and then hit **Create**!

- Dynamic links use your app's bundle identifier as a url scheme by default. In Xcode, [add a custom URL scheme for your **bundle identifier**](https://developers.google.com/identity/sign-in/ios/start-integrating#add_a_url_scheme_to_your_project).
- Last todo! Navigate to `sendSignInLink()` in `PasswordlessViewController.swift. Within the method, there is a `stringURL` constant. Paste in the long deeplink you created from the steps above for the `authroizedDomain` property above the method. It should look something like:
- Last todo! Navigate to `sendSignInLink()` in `PasswordlessViewController.swift. Within the method, there is a `stringURL` constant. Paste in the long deeplink you created from the steps above for the `authorizedDomain` property above the method. It should look something like:
```swift
let stringURL = "https://\(authorizedDomain)/login"
```
Expand Down

0 comments on commit 9834ad5

Please sign in to comment.