Google has flagged your OAuth consent screen with:
"Branding verification issues - One or more of your projects or services have been suspended for a Terms of Service violation."
This happens when Google's automated system detects potential trademark, branding, or policy violations in your OAuth consent screen configuration.
- ❌ Using "Google", "Gmail", "YouTube" in app name
- ❌ Using "AI" without proper context
- ❌ Names that imply Google affiliation
- ❌ Trademarked terms without permission
- ❌ Using Google's logo or similar designs
- ❌ Using other companies' logos
- ❌ Misleading branding that implies official status
- ❌ Requesting unnecessary scopes
- ❌ Sensitive scopes without justification
- ❌ Scopes that don't match app description
- ❌ Misleading descriptions
- ❌ Mentioning Google services incorrectly
- ❌ Implying official Google partnership
-
Go to Firebase Console
- Visit: https://console.firebase.google.com/
- Select your project
-
Check Authentication Settings
- Go to: Authentication → Settings → Authorized domains
- Verify domains are correct
-
Check Google Cloud Console
- Go to: https://console.cloud.google.com/
- Select your Firebase project
- Navigate to: APIs & Services → OAuth consent screen
-
App Name
- Current: "SOHAM - Intelligent Assistant"
- Issue: May be flagged for "AI" usage or misleading name
Fix Options:
- ✅ "SOHAM" (simple, clear)
- ✅ "SOHAM Chat" (descriptive)
- ✅ "SOHAM Platform" (professional)
- ❌ "SOHAM" (might be flagged)
- ❌ "Google SOHAM" (implies Google affiliation)
-
App Logo
- Ensure it's your own original logo
- Don't use Google's colors/design patterns
- Must be clear and professional
- Size: 120x120px minimum
-
App Description
- Be clear and honest
- Don't imply Google partnership
- Explain what your app does
Good Example:
SOHAM is a free chat platform that allows users to interact with multiple AI language models. Users can sign in with their Google account to save their chat history and preferences.Bad Example:
SOHAM powered by Google - The best AI assistant using Google's technology and other AI providers. -
Scopes Requested
- Only request what you need
- For basic auth, you only need:
email- User's email addressprofile- Basic profile infoopenid- OpenID Connect
Remove unnecessary scopes like:
- Gmail access
- Drive access
- Calendar access
- Contacts access
-
Go to Google Cloud Console
https://console.cloud.google.com/apis/credentials/consent -
Edit OAuth Consent Screen
Application Name:
SOHAMApplication Logo:
- Upload your own logo (not Google-related)
- 120x120px minimum
- PNG or JPG format
Application Home Page:
https://soham-ai.vercel.appApplication Privacy Policy:
https://soham-ai.vercel.apprivacyApplication Terms of Service:
https://soham-ai.vercel.appermsAuthorized Domains:
codeex-ai.netlify.app firebaseapp.comApplication Description:
SOHAM is a free multi-model chat platform. Users can sign in with their Google account to save conversations and personalize their experience. We use Google Sign-In for authentication only.Developer Contact Information:
Email: codeex@email.com -
Scopes Configuration
Keep Only These Scopes:
../auth/userinfo.email- See your email address../auth/userinfo.profile- See your personal infoopenid- Associate you with your personal info
Remove All Other Scopes
-
Save Changes
-
Check Firebase Auth Domain
// src/lib/firebase.ts const firebaseConfig = { authDomain: "your-project.firebaseapp.com", // Must match OAuth config // ... other config };
-
Verify Authorized Domains in Firebase
- Firebase Console → Authentication → Settings → Authorized domains
- Should include:
your-project.firebaseapp.comcodeex-ai.netlify.app(or your domain)localhost(for development)
-
Update Manifest
// public/manifest.json { "name": "SOHAM - Chat Platform", "short_name": "SOHAM", "description": "Multi-model chat platform for conversations and productivity" }
-
Update App Config
// src/lib/app-config.ts export const APP_CONFIG = { APP_NAME: 'SOHAM', APP_DESCRIPTION: 'Free multi-model chat platform', };
-
Update Package.json
{ "name": "SOHAM-chat", "description": "Multi-model chat platform with smart routing and web search" }
-
Request Review
- Go to: https://console.cloud.google.com/apis/credentials/consent
- Click "Submit for Verification" (if required)
- Or wait for automatic re-review (24-48 hours)
-
Provide Additional Information If Google requests more info:
- Explain your app's purpose clearly
- Show you're not impersonating Google
- Demonstrate you only use basic auth scopes
- Provide links to your privacy policy and terms
# Update package.json<function_calls> package.json
{
"name": "SOHAM - Chat Platform",
"short_name": "SOHAM",
"description": "Multi-model chat platform for conversations and productivity. Sign in to save your chats and preferences.",
"id": "SOHAM-chat"
}Check src/lib/seo-config.ts and ensure:
- No misleading claims about Google
- Clear description of what the app does
- Proper attribution
Ensure your privacy policy (src/app/privacy/page.tsx) clearly states:
- How you use Google Sign-In
- What data you collect
- That you're not affiliated with Google
- How users can delete their data
Ensure your terms (src/app/terms/page.tsx) clearly state:
- Your app is independent
- Not affiliated with Google
- Users' rights and responsibilities
- App name doesn't include "Google", "Gmail", or misleading terms
- App name is clear and honest (e.g., "SOHAM")
- Logo is original and doesn't resemble Google's
- Logo is at least 120x120px
- Home page URL is correct and accessible
- Privacy policy URL is correct and accessible
- Terms of service URL is correct and accessible
- All domains are verified
- Includes your production domain
- Includes firebaseapp.com domain
- No typos in domain names
- Only requesting necessary scopes
- Using basic scopes: email, profile, openid
- Not requesting sensitive scopes unnecessarily
- Scope descriptions match actual usage
- App description is clear and honest
- No claims of Google affiliation
- No misleading statements
- Developer contact email is valid
While fixing Google OAuth, you can temporarily disable Google Sign-In:
-
Firebase Console
- Authentication → Sign-in method
- Disable "Google" provider
- Keep "Email/Password" enabled
-
Update Your Code
// src/lib/firebase-auth-service.ts // Comment out Google sign-in temporarily
Consider adding alternative sign-in methods:
- GitHub OAuth (developer-friendly)
- Microsoft OAuth
- Email/Password (always works)
- Anonymous auth (for testing)
If the issue persists:
- Create a new Firebase project with compliant naming
- Set up OAuth consent screen correctly from the start
- Migrate users (if needed)
If the issue persists after fixes:
- Go to: https://console.cloud.google.com/support
- Create a support case
- Category: "OAuth Consent Screen"
- Explain your situation
- Go to: https://firebase.google.com/support
- Contact support
- Explain the OAuth issue
Subject: OAuth Consent Screen Branding Verification Issue
Hello Google Support Team,
I'm experiencing a branding verification issue with my OAuth consent screen.
Project Details:
- Project Name: SOHAM
- Project ID: [your-firebase-project-id]
- GCP Project Number: [your-project-number]
Issue:
My OAuth consent screen has been flagged for branding verification issues.
Clarification:
1. App Name: "SOHAM" - This is my own brand, not affiliated with Google
2. Purpose: Free chat platform that uses Google Sign-In for authentication
3. Scopes: Only using basic scopes (email, profile, openid)
4. No Impersonation: We clearly state we're not affiliated with Google
5. Compliance: We have proper privacy policy and terms of service
Changes Made:
- Removed potentially misleading terms from app name
- Updated app description to be clear and honest
- Reduced scopes to only what's necessary
- Added proper privacy policy and terms
Could you please review my OAuth consent screen and provide guidance on what needs to be corrected?
Thank you,
[Your Name]
[Your Email]
- ❌ Use "Google" in your app name
- ❌ Use "AI" without context (might be flagged)
- ❌ Claim Google partnership or affiliation
- ❌ Use Google's logo or similar designs
- ❌ Request unnecessary OAuth scopes
- ❌ Have misleading app descriptions
- ❌ Use generic or suspicious app names
- ❌ Have broken privacy policy or terms links
- ✅ Use your own unique brand name
- ✅ Be clear about what your app does
- ✅ Only request necessary scopes
- ✅ Have working privacy policy and terms
- ✅ Use your own original logo
- ✅ Clearly state you're independent
- ✅ Provide valid contact information
- ✅ Keep app description honest and accurate
Application Type: External
Application Name: SOHAM
Application Logo: [Your original logo - 120x120px]
Support Email: codeex@email.com
Application Home Page: https://soham-ai.vercel.app
Application Privacy Policy: https://soham-ai.vercel.apprivacy
Application Terms of Service: https://soham-ai.vercel.apperms
Authorized Domains:
- codeex-ai.netlify.app
- firebaseapp.com
Scopes:
- .../auth/userinfo.email
- .../auth/userinfo.profile
- openid
App Description: |
SOHAM is a free chat platform that allows users to interact with
multiple language models. Users can sign in with their Google account
to save their chat history and preferences. We use Google Sign-In for
authentication purposes only and do not access any other Google services.
Developer Contact: codeex@email.com- Review OAuth consent screen
- Make necessary changes
- Update app branding
- Save changes
- Google automatically re-reviews
- Issue may be resolved automatically
- Contact Google Support
- Provide detailed explanation
- Request manual review
After making changes, verify:
- OAuth consent screen updated
- App name is compliant
- Logo is original
- Description is clear and honest
- Only necessary scopes requested
- Privacy policy accessible
- Terms of service accessible
- Authorized domains correct
- No Google trademark violations
- No misleading claims
- Developer contact valid
-
Wait 24-48 hours for Google to re-review
-
Test Google Sign-In
# Run your app locally npm run dev # Try Google Sign-In # Should work without errors
-
Check for Errors
- Browser console
- Firebase console logs
- Network tab for OAuth errors
-
Verify User Flow
- Click "Sign in with Google"
- Should see consent screen
- Should successfully authenticate
- User data should save correctly
After fixing, update your documentation:
-
README.md
- Update app name if changed
- Update description
- Clarify Google Sign-In usage
-
Privacy Policy
- Clearly state Google Sign-In usage
- Explain data collection
- Provide opt-out options
-
Terms of Service
- State independence from Google
- User responsibilities
- Service limitations
- Google OAuth Documentation: https://developers.google.com/identity/protocols/oauth2
- Firebase Auth Documentation: https://firebase.google.com/docs/auth
- OAuth Consent Screen Guide: https://support.google.com/cloud/answer/10311615
- Stack Overflow: [google-oauth] tag
- Firebase Community: https://firebase.google.com/community
- Reddit: r/Firebase, r/webdev
- Consider hiring a Firebase/OAuth consultant
- Google Cloud Partner can help with verification
- Legal review if trademark concerns
For future projects:
-
Choose App Names Carefully
- Avoid trademarked terms
- Don't imply affiliation with big companies
- Keep it simple and unique
-
Start with Minimal Scopes
- Only add scopes as needed
- Document why each scope is necessary
- Remove unused scopes
-
Maintain Proper Documentation
- Keep privacy policy updated
- Keep terms of service current
- Respond to user concerns
-
Regular Compliance Checks
- Review OAuth settings quarterly
- Update branding as needed
- Stay informed about policy changes
- Console: https://console.cloud.google.com/support
- Email: Through support console
- Phone: Available for paid plans
- Console: https://firebase.google.com/support
- Community: https://firebase.google.com/community
- Documentation: https://firebase.google.com/docs
- Fix the issues yourself (recommended - follow this guide)
- Contact Google Support (if issues persist)
- Use alternative auth methods temporarily
- Create new project with compliant setup
Last Updated: February 28, 2026 Status: Active Issue - Follow steps above Estimated Resolution Time: 24-48 hours after fixes
Good luck! The issue is usually resolved quickly once you make the necessary changes. 🎉
Based on Google's official verification requirements, here's a complete checklist:
-
Homepage hosted on verified domain
- Your homepage: `https://soham-ai.vercel.app
- Domain is verified through Netlify
-
Homepage accurately represents app/brand
- Clear branding as "SOHAM"
- Professional design and layout
-
Homepage describes app functionality
- Features section explains what the app does
- Not just a login page
-
Privacy Policy link on homepage
- Link:
https://soham-ai.vercel.apprivacy - Accessible from footer and navigation
- Must match OAuth consent screen link
- Link:
-
Hosted on same domain as homepage
- Privacy Policy:
https://soham-ai.vercel.apprivacy - Same domain as homepage ✓
- Privacy Policy:
-
Linked from homepage
- Available in footer
- Easy to find
-
Linked from OAuth consent screen
- Must add this URL to Google Cloud Console
- URL must match exactly
-
Discloses Google user data usage
- Section 10 explains Google Sign-In usage
- Clear about what data is accessed
- Explains how data is used
-
Limited Use compliance
- Confirms compliance with Limited Use requirements
- States data is only used for authentication
- No advertising or selling
-
In-product privacy notifications
- Privacy information prominently displayed
- Users can easily find information
-
Kept up to date
- Last updated: February 28, 2026
- Will be updated as needed
Action Required:
-
Verify domain in Google Search Console
- Go to: https://search.google.com/search-console
- Add property:
codeex-ai.netlify.app - Verify ownership using one of these methods:
- HTML file upload
- HTML tag
- DNS record
- Google Analytics
- Google Tag Manager
-
Add verified domain to OAuth consent screen
- Go to: https://console.cloud.google.com/apis/credentials/consent
- Under "Authorized domains", add:
codeex-ai.netlify.app - Also add:
firebaseapp.com(for Firebase)
Steps to Verify Domain:
# Option 1: HTML File Upload
1. Download verification file from Search Console
2. Upload to your Netlify site's public folder
3. Deploy and verify
# Option 2: DNS Record (Recommended for Netlify)
1. Get TXT record from Search Console
2. Add to your domain's DNS settings
3. Wait for propagation (up to 48 hours)
4. Verify in Search Console-
Sign-in button follows guidelines
- Using Firebase Auth UI (compliant by default)
- "Sign in with Google" button
- Follows Google's branding guidelines
-
Review branding guidelines
- Check: https://developers.google.com/identity/branding-guidelines
- Ensure button text and styling comply
-
Up-to-date contact information
- Email: codeex@email.com
- Listed in OAuth consent screen
- Listed in Privacy Policy
-
Project ownership configured
- Firebase project has correct owner
- GCP project has correct permissions
Verify Contact Info:
- Go to: https://console.cloud.google.com/
- Select your project
- Go to: IAM & Admin → Settings
- Verify contact email is correct
Your app only uses basic scopes:
email- User's email addressprofile- Basic profile informationopenid- OpenID Connect
These are NOT sensitive or restricted scopes, so you don't need:
- ❌ Security assessment
- ❌ App functionality video
- ❌ Additional verification
If you ever need to add scopes like Gmail, Drive, Calendar, etc., you'll need:
-
Appropriate Use Case
- Justify why you need the scope
- Explain how it benefits users
-
App Functionality Video
- Show end-to-end OAuth flow
- Demonstrate scope usage
- Show consent screen in English
-
Limited Use Compliance
- Only use data for stated purpose
- No selling or sharing
- No advertising use
-
Security Assessment (for restricted scopes)
- Annual assessment required
- From Google-approved assessor
- Costs $15,000-$75,000
Recommendation: Stick with basic scopes (email, profile, openid) to avoid additional requirements.
Before submitting for verification:
- Homepage is live and accessible
- Homepage describes app functionality
- Privacy Policy link is visible on homepage
- Terms of Service link is visible on homepage
- App name and branding are clear
- Privacy Policy is accessible at the URL
- Privacy Policy URL matches OAuth consent screen
- Privacy Policy explains Google Sign-In usage
- Privacy Policy states Limited Use compliance
- Privacy Policy is up to date
- App name is "SOHAM" (not "SOHAM")
- App logo is uploaded (your own, not Google's)
- Homepage URL: `https://soham-ai.vercel.app
- Privacy Policy URL:
https://soham-ai.vercel.apprivacy - Terms URL:
https://soham-ai.vercel.apperms - Authorized domains include:
codeex-ai.netlify.app - Authorized domains include:
firebaseapp.com - Only basic scopes requested (email, profile, openid)
- Developer contact email is correct
- Domain verified in Google Search Console
- Verification method is active
- Domain ownership confirmed
- Authorized domains include Netlify URL
- Firebase Auth is configured correctly
- Google Sign-In provider is enabled
- Google Sign-In works locally
- Consent screen displays correctly
- User can sign in successfully
- User data is saved correctly
- Ensure all checklist items above are complete
- Test thoroughly
-
Go to OAuth Consent Screen
-
Review All Information
- App name: SOHAM
- Logo: Your original logo
- URLs: All correct and accessible
- Scopes: Only basic scopes
- Domains: Verified
-
Click "Submit for Verification" (if required)
- For basic scopes, verification may be automatic
- For sensitive scopes, manual review required
- Basic scopes: Usually automatic (24-48 hours)
- Sensitive scopes: Manual review (1-2 weeks)
- Restricted scopes: Extended review (2-6 weeks)
- Check email regularly
- Respond to Google's requests promptly
- Provide additional information if needed
- Go to: https://console.cloud.google.com/apis/credentials/consent
- Look for verification status badge
- Possible statuses:
- ✅ Verified - All good!
⚠️ Verification Required - Action needed- ❌ Suspended - Violation detected
- 🔄 In Review - Being reviewed
- Read the rejection reason carefully
- Fix the issues mentioned
- Resubmit for verification
- Contact Google Support if unclear
-
App Name
- ❌ "Google SOHAM"
- ❌ "SOHAM by Google"
- ✅ "SOHAM"
-
Privacy Policy
- ❌ Generic template without Google info
- ❌ Broken or inaccessible link
- ✅ Specific section about Google Sign-In
-
Scopes
- ❌ Requesting unnecessary scopes
- ❌ "Future-proofing" with extra scopes
- ✅ Only request what you need now
-
Domain Verification
- ❌ Forgetting to verify domain
- ❌ Using wrong verification method
- ✅ Verify before submitting
-
Complete all requirements first
- Don't submit until everything is ready
- Double-check all URLs
-
Use clear, professional branding
- High-quality logo
- Professional homepage
- Clear app description
-
Provide detailed information
- Clear privacy policy
- Accurate app description
- Valid contact information
-
Test everything
- Test OAuth flow
- Test all URLs
- Test on different devices
-
OAuth Consent Screen Issues
- https://console.cloud.google.com/support
- Category: "OAuth Consent Screen"
-
Firebase Auth Issues
-
General API Issues
- Stack Overflow: [google-oauth] tag
- Reddit: r/Firebase, r/webdev
- Google Developer Groups
- OAuth Verification Requirements
- Google API Services User Data Policy
- Google Branding Guidelines
- Domain Verification
- OAuth Consent Screen
Your SOHAM app is now configured to meet Google's Brand Verification Requirements:
- ✅ Privacy Policy updated with Google API compliance
- ✅ Homepage describes app functionality
- ✅ Privacy Policy linked from homepage
- ✅ Only basic scopes requested (no sensitive/restricted)
- ✅ Clear branding (SOHAM, not SOHAM)
- ✅ Professional presentation
Remaining Actions:
- Verify domain in Google Search Console
- Update OAuth consent screen with correct URLs
- Test Google Sign-In flow
- Submit for verification (if required)
- Wait 24-48 hours for automatic review
Timeline:
- Domain verification: 1-48 hours
- OAuth review: 24-48 hours (automatic for basic scopes)
- Total: 2-4 days maximum
You're almost there! 🎉
Last Updated: February 28, 2026
Status: Ready for Verification
Next Step: Verify domain in Google Search Console