From 52e3a5397e8c72155c20ce06fdbc3dd750652b23 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Sat, 7 Oct 2023 09:19:53 +0200 Subject: [PATCH] docs(authentication): fix broken link --- packages/authentication/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication/README.md b/packages/authentication/README.md index faceb09b..01f89f55 100644 --- a/packages/authentication/README.md +++ b/packages/authentication/README.md @@ -47,7 +47,7 @@ The further installation steps depend on the selected authentication method: - [Anonymous Sign-In](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/setup-anonymous.md) - [Email Link Sign-In](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/setup-email-link.md) - [Phone Number Sign-In](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/setup-phone.md) -- [Custom Token Sign-In](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/custom-token.md) +- [Custom Token Sign-In](https://github.com/capawesome-team/capacitor-firebase/blob/main/packages/authentication/docs/setup-custom-token.md) **Attention**: Please note that this plugin uses third-party SDKs to offer native sign-in. These SDKs can initialize on their own and collect various data.