Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add tenantId Support in Firebase C++ SDK #1682

Open
itsthemanish opened this issue Jan 15, 2025 · 2 comments
Open

Add tenantId Support in Firebase C++ SDK #1682

itsthemanish opened this issue Jan 15, 2025 · 2 comments
Assignees
Labels

Comments

@itsthemanish
Copy link

Description:
The Firebase C++ SDK does not expose the tenantId property on the user or auth instance, unlike other Firebase SDKs. This omission makes it impossible to implement multi-tenancy, a critical requirement for SaaS and multi-tenant applications.

Impact:

  • Developers using the C++ SDK face limitations in building multi-tenant applications.
  • Inconsistency with other Firebase SDKs creates unnecessary challenges.

Reference:
This issue is similar to the tenant management gap noted in flutterfire/issues/13500.

Proposed Solution:
Add tenantId as a property to the user and auth instance in the Firebase C++ SDK.

@google-oss-bot
Copy link

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

@jonsimantov jonsimantov self-assigned this Jan 22, 2025
@jonsimantov jonsimantov added the type: feature request New feature or request label Jan 22, 2025
@jonsimantov
Copy link
Contributor

Thanks - we'll look into this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants