From a587bfce3ee5363b386aa223cda17cce8c7adcca Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Sun, 18 May 2025 13:55:18 +0530 Subject: [PATCH 1/2] Update apple-login.md --- .../ff-integrations/authentication/firebase-auth/apple-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ff-integrations/authentication/firebase-auth/apple-login.md b/docs/ff-integrations/authentication/firebase-auth/apple-login.md index 09c2f6ea..fff56f4b 100644 --- a/docs/ff-integrations/authentication/firebase-auth/apple-login.md +++ b/docs/ff-integrations/authentication/firebase-auth/apple-login.md @@ -10,7 +10,7 @@ keywords: [FlutterFlow, Apple Login, Authentication, Firebase] # Apple Login -Apple Sign-In allows users to authenticate using their Apple Accounts. +Apple Sign-In allow users to authenticate using their Apple Accounts. :::warning[Support] From 08dd6507cbe1a8885e6f248fedf997847345da7f Mon Sep 17 00:00:00 2001 From: Tirth Patel Date: Sun, 18 May 2025 13:55:50 +0530 Subject: [PATCH 2/2] Update google-login.md --- .../authentication/firebase-auth/google-login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ff-integrations/authentication/firebase-auth/google-login.md b/docs/ff-integrations/authentication/firebase-auth/google-login.md index 176a75c8..59171975 100644 --- a/docs/ff-integrations/authentication/firebase-auth/google-login.md +++ b/docs/ff-integrations/authentication/firebase-auth/google-login.md @@ -9,7 +9,7 @@ keywords: [FlutterFlow, Google OAuth, Authentication, Firebase] # Google Login -Google Sign-In allows users to authenticate using their Google Accounts. +Google Sign-In allow users to authenticate using their Google Accounts. :::info[Prerequisites]