From 40922963abcaac30904fa1fdc7235fce9308d566 Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Thu, 26 Aug 2021 10:59:35 +0200 Subject: [PATCH] Update docusaurus/docs/Flutter/guides/user_token_generation_with_firebase_auth.mdx --- .../Flutter/guides/user_token_generation_with_firebase_auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/Flutter/guides/user_token_generation_with_firebase_auth.mdx b/docusaurus/docs/Flutter/guides/user_token_generation_with_firebase_auth.mdx index a514da01..56192f53 100644 --- a/docusaurus/docs/Flutter/guides/user_token_generation_with_firebase_auth.mdx +++ b/docusaurus/docs/Flutter/guides/user_token_generation_with_firebase_auth.mdx @@ -439,7 +439,7 @@ user's **uid** and call the `deleteUser` method on the `serverClient`. This is not an external cloud function; it can only be triggered when an account is deleted. -### Conclussion +### Conclusion In this guide, you have seen how to securely create Stream Chat tokens using Firebase Authentication and Cloud Functions.